/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/* ##################### FORM SECTION  #####################*/	
fieldset{
border:1px solid #353535;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:5px 0;
background-color:#252525;
}
fieldset legend{
font-weight:bold; 
text-transform:uppercase; 
padding:3px 8px !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
fieldset.input_form{
margin:5px;
}
.inputbox,#billingDefaultAddress input{
padding:5px;
width:250px;
background:#333;
margin:5px 0;
border:1px solid #444;
color:#999;
}
#register_stretcher input{margin:0; padding:2px;}
input[type="checkbox"]{width:30px; border:none; background:none;}
select.inputbox{padding:1px; border:1px solid #444;*background:#fff;}
select#limit{width:50px;}
.login_lost,.input_form ul{list-style:none; margin:0; padding:5px 0 0 10px;}
.login_lost a,.input_form a{
background:url(../images/li_arrow1.gif) left center no-repeat;
padding-left:15px;
text-decoration:none;
}

#form-login fieldset.input{
border:none;
}
#vt_nav_left #form-login .inputbox,#vt_nav_right #form-login .inputbox{
border-left:1px solid #222;
border-top:1px solid #222;
border-right:1px solid #444;
border-bottom:1px solid #444;
width:95%;
background:#333;
color:#999;
}
#vt_top label{font-weight:bold; color:#999;}
.button{
font-weight:bold;
text-transform:uppercase;
color:#fff;
padding:5px 15px;
*padding:4px 10px;
border:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
font-size:90%;
}
.button:hover,.vt_button:hover span,.vt_addtocart_button_module:hover span,.readon:hover span,.vt_addtocart_button:hover span{
color:#222 !important; cursor:pointer; text-decoration:none !important;}
#contact_text{width:450px; overflow:auto;}
.vt_published_link .inputbox,#agreed_field,#agreed_input{width:20px;}
.vt_payment_methods .inputbox{width:120px; margin:2px 10px;}
/* ##################### END FORM SECTION  ##################### */	