/* 
The following is to ooverride some style from the cforms base stylesheet. By moving things into a theme-based
stylesheet we are protecting ourselves from upgrades to the plugin
*/

.linklove {
	display: none;
}

form.cform {
	width: 375px;
	background:#000000 none repeat scroll 0 0;
	border:0px dashed #FF0000;
}

.cform legend {
	font-family:'Trebuchet MS',Arial,Sans-serif;
	display: none;
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
	margin-left: 0px;
}

ol.cf-ol {
	border-top:0px solid #F2F2F2;
	margin:0 !important;
	padding:0px 0 0 !important;
}

.cform p.cf-sb {
	text-align:left;
}

.cform input.sendbutton {
	margin: 0 0 0 0;
}

.cform li#li--5 {
	padding-top: 10px;
}

.cform label span {
	display:block;
	width:90px;
	color: #F88F26;
	font-size: 1.5em;
}
span.reqtxt, span.emailreqtxt {
	color:#A0080D;
	display:block;
	font-size:0.85em;
	line-height:1.2em;
	margin:0 70px 10px 0;
	text-align:right;
	vertical-align:top;
}