/* default form styles */
label {font-family:Verdana;font-size:11px;color:#666;text-align:left;}
input[type="text"] {color:#666;border:1px solid #4E4868;font-size:14px;background-color:#fff;width:226px;height:22px;}
input[type="password"] {color:#666;border:1px solid #4E4868;font-size:14px;background-color:#fff;width:226px;height:22px;} 
input[type="radio"] {color:#666;border:0px;background-color:#fff;} 
textarea {color:#666;border:1px solid #4E4868;font-size:14px;background-color:#fff;width:368px;height:64px;} 
select {color:#666;border:1px solid #4E4868;font-size:12px;background-color:#fff;width:75px;height:25px} 
select.small  {color:#666;border:1px solid #4E4868;font-size:11px;background-color:#fff;width:75px;-height:23px;} 

.cursor {cursor:pointer;}

/* validation form styles */
.body {margin:0px 0px 0px 0px;font-family:Verdana;font-size:11px;color:#666;}
.reset input{border:1px solid #4E4868;}
.reset label{font-weight:normal;}
.validate {font-weight:bold;color:#f00;}
.validation_message {font-weight:900;color:#f00;font-size:12px;padding-bottom:3px;}
.validation_summary {font-weight:300;color:#f00;font-size:12px;padding-bottom:3px;}
.requiredAsterisk {font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:bold;line-height:18px;color:#c03;}

.LoginButton {background-image: url(/image/buttons/login_button2.gif);cursor: hand;background-color: transparent;background-repeat: no-repeat;width: 70px;height: 25px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;color: #fff;font-weight: bold;}
.RegistrationButton {background-image: url(/image/buttons/signupButton.gif);background-color: transparent;background-repeat: no-repeat;width: 80px;height: 35px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;color: #fff;font-weight: bold;cursor: hand;}
.ShippingButton {background-image: url(/image/buttons/continue.gif);background-color: transparent;background-repeat: no-repeat;width: 125px;height: 40px;border-top-style: none;border-right-style: none;border-left-style: none;border-bottom-style: none;color: #fff;font-weight: bold;cursor: hand;}

