@import "reset.css";
@import "styles.css";
@import "ui.css";
@import "shop.css";
@import "thickbox.css";
@import "menu.css";
#f{

width:500px;
padding-bottom:5px;
}

#f fieldset{
border:none;
}

#f label{
display:block;
width:200px;
/*margin-bottom:10px;*/
min-height:20px;
padding:5px 10px 5px 15px;
}

#f input,#f textarea,#f select{
	clear:left;
display:block;
/*margin:-42px 0 0 52%;*/
margin-left:40px;

}
#f input,#f textarea{
/*width:40%;*/
width:280px;
}

#f .button{
margin:0px;
}

#f textarea{
height:60px;
}

#f .submit{
background:#df1256;
border:1px solid #000;
color:#FFFFFF;
cursor:pointer;
font-size:18px;
font-weight:bold;
height:28px;
text-transform:uppercase;
width:129px;
padding:0;

}

#f .radio{
width:25px;
}

#f label.radio,#f label.radio input{
display:inline;
margin:0px;
}

.error,.errorLabel{
font-weight:bold;
}

.error{
margin:20px 10px;
}
