label
{
width:115px;
float:left;
font-weight:bold;
font-size:110%;
padding-top:4px;
line-height:15px;

}


label.sml
{

width:35px !important;
float:left;
padding-left:12px;

}



input.std , textarea.std
{
width:293px;
color: #5F0D0D;
background:#E1E1E1;
border:1px solid #E1E1E1;
margin-bottom:10px;
padding:3px 5px 2px 5px;
font-size:110%;
float:left;
line-height:15px;
}

textarea.std
{
height:160px !important; 
font-family: arial, sans-serif;

}


input.sml
{

width:117px !important;
}


input.error, textarea.error
{
border:1px solid #5F0D0D;
}


.btn
{
	background:#646464;
	color:#fff;
	border:none;
	
	width:70px;
	float:right
}