/* CSS Document */
/*Mailform*/


.csc-mailform{
border: none;
font-size: 13px;
padding:0px;
margin:0px;
font-family: "Trebuchet MS";
color: #333333;
}

#mailform
{
display: block;
padding:0px;
}

#mailform fieldset {
}

#mailform .csc-mailform-field{
display: block;
float:left;
width:100%;
}

#mailform LABEL{
	font-size: 100%;
	float:left;
	width: 180px;
	padding-left: 0px;
	padding-top: 7px;
}

#mailform input{
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px #00669C solid;
}


#mailform textarea{
	width: 288px;
	height:100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mailform .radio{
	width: auto;
	height: auto;
}

#mailform .csc-mailform-submit{
background-color: #92ba64;
border: 1px #2f8241 solid;
font-size: 14px;
color: #ffffff;
width: 165px;
}


#mailform .csc-mailform-radio input{
float: left;
}

#mailform .csc-mailform-radio label{
float: none;
}

#mailform .radio{
margin-right:10px;
}

#mailform  input.csc-mailform-check{
width: 15px;
border: none;
}
