/* INPUT */

#checkout-form .title,
[VLDT-form] .title{font-weight:bold;line-height:35px;margin-top:8px;}
[VLDT-form] .mStar{color:orange;margin:0 5px;}
[VLDT-form] .subTxt{color:#555555;line-height:200%;}
[VLDT-form] td:not(.no-style){line-height:35px;}

input:not(.btn):not([type="radio"]):not([type="checkbox"]), 
select, textarea{border:1px solid #bbb;border-radius:3px;padding:0px 8px; height:33px;}
textarea{ height: auto; }
input[type="text"][disabled],
input[type="number"][disabled]{color:#bbb;cursor:not-allowed;}

input[type="radio"], input[type="checkbox"]{margin: 8px 0 0;}

select.CR{ max-width: 300px; }

.btn-inline{margin-bottom: 2px;}
[name="btn-coupon"]{ text-transform: uppercase; }


@media screen and (max-width: 425px){
	#register .alert, #login .alert{ border:none; padding: 0; }
}
@media screen and (max-width: 373px){
	#login INPUT[name="loginForm-submit"]{ margin-top: 15px; }
}

