/* Start of CMSMS style sheet 'forms' */
/* Email Form */

#leftcol form{
	width:505px;
	margin:10px 10px 20px 0px;
}

#leftcol fieldset{
	
	border:none;
	padding:10px 0 20px 0;
	border: solid 1px #ccc;
}

#leftcol legend{
	font-size:1.4em;
	color:#6f6f6f;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:0;
}

#leftcol label{
	float:left;
 	display:block;
	margin:5px 10px 5px 12px;
	width:100px;
	font-size:1.2em;
	padding:5px 0 0 0;
	color:#6f6f6f;
}
	
#leftcol input{
	float:left;
	width:350px;	
	margin:5px 0 5px 0;
	height:18px;
	color:#6f6f6f;
        font-size:1.2em;
}


#leftcol textarea{
	width:350px;
	color:#6f6f6f;
        margin:5px 0 5px 0;
}


#leftcol div.submit input{
	width:120px;
	height:25px;
	background:#176c9d;
	color:#fff;
	border:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	float:left;
	margin:10px 10px 0 123px !important;
	margin:10px 10px 0 135px;

}


h4{
	color:#CC0000;
	font-weight:bold;

}

br{
       clear:both;
}

/* End of 'forms' */

