#f{
margin-top:20px;
/**/
margin-right:30px;
float:right; 
width:334px;
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;

}

.checkbox
{
	display:inline;
}
#f input,#f textarea{
/*width:40%;*/
width:250px;
}

#f .button{
margin:0px;
}

#f textarea{
height:60px;
}

#f .submit{
background:#4860de;
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;
}