input {
	vertical-align:middle;
}

label input[type="radio"],label input[type="checkbox"]{
    margin: -0.15em 2px 0 0;
}

label {
	display:block;
}
label.error {
	display:none;
	color:#ee6f83;
	padding:3px;
	margin-top:5px;
	font-size:11px;
	line-height:13px;
}

.smbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#ee6f83;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 80%;
    max-width: 400px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.3s;
}

label.chpr {
	width:230px;
	margin:auto;
	padding:10px;
	background:-moz-linear-gradient(top, #fff, #eee);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border:1px solid #ccc;
}

@media screen and (min-width: 500px) {
label.flt {
	display:inline-block;
	margin-right:30px;
}
}

@media screen and (max-width: 499px) {

label.chk {
	padding:10px;
	background:-moz-linear-gradient(top, #fff, #eee);
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	border:1px solid #ccc;
}

}
