
.cform {
	margin: 0 0 30px 0;
	padding: 0;
}

.cformfieldsets { 
	padding: 20px;
	margin: 0 0 30px 0; 
	border: 1px solid #ddd;
}

p.info 		{ margin:10px 0; }
p.textonly	{ clear:left; padding:5px; margin:0; }

.cform input.sendbutton	{ 
	width: 100px;  
	padding: 2px; 
	margin: 10px 0 0 0; 
	border: 1px solid #adadad!important;
	border-left-color: #ececec!important; 
	border-top-color: #ececec!important;
}

.success 	{ color:green; }
.failure 	{ color: #F07632; }

.cform input, .cform textarea, .cform select {
	font:normal 12px Arial; 
	margin:3px 0; 
	padding: 3px;
	float: left; 
	background: #f9f9f9; 
	border: 1px solid #7FC9A2; 
}

/* 
.cform input:hover, .cform textarea:hover, .cform select:hover {
	background:#CFEBDC;
}
*/

.cform input:focus, .cform textarea:focus, .cform select:focus {
	background:#CFEBDC; 
}

.cform .error { 
	color:#F07632!important; 
	border:1px solid #F07632!important; 
}


.cform .errortxt    	{ color: #red!important; }

.cform input 			{ width:270px; }
.cform select 			{ width:278px; }  /* attempt to have equal length */
.cform textarea			{ width:270px; }





/*                                                    */
/* global definitions for field labels                */
/*                                                    */

span.cfchkboxlabelgrp,
span.cfchkboxlabel,
span.cfradiolabel,
.cform label 		{ width:90px; margin:5px 0 0 0; font:normal 12px Arial, Helvetica;
			 display:block; float:left;  padding-right:10px; clear:left; text-align:right; }


/* just in case the label comes AFTER the field: */
label.cflabelafter 	{ clear:none; width:250px; 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:normal 12px Arial, Helvetica; }

span.cformradiotext 		{ margin:5px 0 0 0!important; }
* html span.cformradiotext	{ margin-top:4px!important; } /* hack: different margin for IE */


/*                                                    */
/*   FIELDSET legends                                 */
/*                                                    */

.cform legend		{ margin-left:10px; font:normal 20px Times; }

/* 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 select.cfselectmulti	{ 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 */


/*                                                    */
/* check box groups                                   */
/*                                                    */

span.cfchkboxblock		{ float:left; width:190px; margin:4px 0 6px; }
span.cfchkboxlabelgrp	{ margin:9px 0 0 0; }
span.cfchkboxblock label	{ clear:none; text-align:left; padding:0 0 0 5px; width:70px; }   /*check box groups are special!*/
span.cfchkboxblock input.cformchkbox	{ margin:6px 0 0 0; }

* html .cfchkboxblock label	{ margin:2px 0 0 0; height:22px; }
* html .cfchkboxblock input.cformchkbox	{ margin:0; }
* html span.cfchkboxlabelgrp	{ margin:6px 0 0 0; }

/*                                                    */
/*   FORM submit button                               */
/*                                                    */




/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */




/*                                                    */
/*    chances are, you don't have to edit anything    */
/*    below these lines                               */



/*                                                    */
/* '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 */

