
/* text paragraph & message box above the form  */
p.textonly	{ clear:left; padding:5px; margin:0 !important; font-weight:bold; }


/* response messages */
.success 	{ color:green; }
.failure 	{ color:red; }

/* upload box styling */
.cform input.cf_upload { background: #f9f9f9; border:1px solid #888888; }

/* global definitions for field labels */
span.cformchkboxlabel,
span.cformradiolabel,
.cform label {
	width:20%;
	margin:5px 0 0 0;
	display:block;
	float:left;
	padding-right:1%;
	clear:left;
	text-align:right;
}


/* label comes AFTER the field: */
label.cformlabelafter { clear:none; width:250px!important; text-align:left; padding:0 0 0 6px; }


/* formatting for text:  "(required)"  & other        */
span.chckboxtxt,
span.cformradiotext,
span.reqtxt,
span.emailreqtxt { float:left; margin:5px 0; padding-left:3px; font-size:82%; }

span.cformradiotext 		{ margin:5px 0 0 0!important; }
* html span.cformradiotext	{ margin-top:4px!important; } /* hack: different margin for IE */


/*etc..add more, if you have more forms using captcha*/
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha	{ height:15px; margin-top:0; padding: 4px 4px; width:50px;  }


/* FIELDSET legends */
.cform legend		{ font-weight:bold; font-size:114%; padding:5px; }

/* you may want to remove the below line if this causes layout issues with your WP Theme (ie6 fieldset hack) */
* html .cform legend	{ position:absolute; top: -10px; left: 10px; margin-left:0; }


/* FORM FIELDS general formatting */

.cform input,
.cform textarea,
.cform select  { margin:3px 0; padding:1px 3px; font-size:92%;
				 float: left; background: #FFF; border: 1px solid #888888; }
.cform input:hover,
.cform textarea:hover,
.cform select:hover		{ background:#F6F6F6; }

.cform input:focus,
.cform textarea:focus,
.cform select:focus		{ background:#EEE; }

.cform select.cformselectmulti	{ height:84px; }

/* radio buttons */
.cfradioblock		{ float:left; }
.cfradioblock label	{ clear:none; text-align:left; padding-left:5px;}   /*radio button labels are special!*/
input.cformradio	{ margin:6px 0 0 0; width:16px; border:none; clear:left; }

* html input.cformradio	{ margin-top:3px; background:none; } /* hack: different margins for IE */

/* check boxes */
input.cformchkbox 		{ margin:7px 0 6px 0; width:16px; border:none; }
* html input.cformchkbox	{ margin:3px 0 4px 0; background:none; } /* hack:different margins for IE */

/*  FORM submit button  */
.cform input.sendbutton	{ padding:2px; margin-top:10px; clear:left;
			background:url(../images/button-bg.gif) repeat-x; border:1px solid #adadad!important;
		 	border-left-color:#ececec!important; border-top-color:#ececec!important;}

/* formatting for invalid user inputs */
.cform .error 	 { color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt { color:red!important; }

/* 'visitor verification' related styles */
label.secq 	{ width:200px!important; }
input.secinput 	{ width:40px!important; }
img.captcha	{ float:left; margin-left:10px; }

/* PROPER BREAKS */
.cformfieldsets 		{ display:inline-block; }
.cformfieldsets:after 		{ content:".";	display:block;	height:0; clear:left;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cformfieldsets		{ height:1%; }
.cformfieldsets			{ display:block; }
/* End hide from IE-mac */

.cform 				{ display:inline-block; }
.cform:after 			{ content:".";	display:block;	height:0;	clear:left;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cform			{ height:1%; }
.cform				{ display:block; }
/* End hide from IE-mac */
