/*CFORM*/
.linklove, .cf_hidden {
	display: none;
}
.reqtxt, .emailreqtxt {
	padding: 0 0 0 5px;
	color: #333;
	font-size: .9em;
}
#usermessagea {clear: both;}
.cform { clear: both; }
	.cform input.single {
		width: 200px;
		background: #fff url("images/inputbg.gif") top left no-repeat;
		border: 1px solid #c9c9c9;
		font-family: "Lucida Sans","Lucide Grande", "Lucida",Arial,Sans-serif;
		color: #666;
	}
	.cform textarea {
		width: 350px;
	}
	.cform input.sendbutton {
		background: #769b20 none;
		color: #fff;
		font-family: "Lucida Sans","Lucide Grande", "Lucida",Arial,Sans-serif;
		font-variant: small-caps;
		font-size: 1.15em;
		padding: .25em;
		font-weight: bold;
		cursor: pointer;
		border: 1px solid #666;
	}
	
	.cform ol {
		list-style: none;
		margin: 0;
		padding: 8px 0 0;
	}
		.cform ol li {
			margin: 0 0 10px;
		}
	.cform fieldset {
		border: 1px solid #d7d7d7;
		margin: 24px 0 15px;
		background-color: #ffffd9;
	}
	.cform fieldset legend {
		font-size: 16px;
		text-transform: none;
		font-weight: bold;
		border: 0;
		color: #223745;
	}
	
	.cform label {
		display: block;
	}

/*errored*/
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url("/wp-content/plugins/cforms/styling/li-err-bg.png") repeat;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px;
	margin:5px 0;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url("/wp-content/plugins/cforms/styling/icon-alert.png") no-repeat left 1px;
	list-style:none;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929;
	text-decoration:underline;
}
div.success {
	background:#FDFFC3 none repeat scroll 0% 50%;
	color:#222;
	display:block;
	border: 1px solid #999;
}
div.failure {
	display:block;
	background:#FFDFDF url("/wp-content/plugins/cforms/styling/li-err-bg.png") repeat;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform input.cf_error,
.cform textarea.cf_error { 
	color:#ad2929; 
	border:1px solid #888; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}
