/*                                                    */
/* pls be careful with what you change or add in here */
/*                                                    */

/* message box above form */
div.info 			{	margin:10px 0;	text-align:center; }

/* complete div box enclosing the form */
.cform				{	margin:10px auto 50px auto; width: 410px; }

/* change formatting of response msgs here*/
.success 			{ color:green; }
.failure 			{ color:red; }

/* form labels */
.cform label 		{ width:90px; font:normal 11px 'Trebuchet MS',Arial; text-align:right;
											display:block; float:left; margin:5px 0 0 0; padding-right:10px; clear:both; }

/* (required) fields text & format */
span.chckboxtxt,
span.cformradiotext,
span.reqtxt,
span.emailreqtxt 	{	float:left;	margin:5px 0; padding-left:3px; font:normal 11px 'Trebuchet MS',Arial; }

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

/*                                                    */
/*                    FORM FIELDS                     */
/*                                                    */

.cformfieldsets				 { margin:8px 0; padding:5px 0 8px 0; border: 1px solid #888888; }
* html .cformfieldsets { position: relative; margin-top:20px; padding-top:15px; } /*ie6 hack*/

.cformfieldset1				{ background:#F1FFC6; } /* use to access fieldsets individually 1,2,3...*/
.cformfieldset2     	{ background:#E0FF82; } /* use to access fieldsets individually 1,2,3...*/
.cformfieldset3      	{ background:#BFFF00; } /* use to access fieldsets individually 1,2,3...*/

.cform legend         { margin-left:10px; }
* html .cform legend  { position:absolute; top: -10px; left: 10px; margin-left:0; } /*ie hack*/

/* general input fields formatting */
.cform input,
.cform textarea,
.cform select 				{ font:normal 11px 'Trebuchet MS', Arial; margin:3px 0; padding:1px 3px; float: left; background: #f6f6f6; border: 1px solid #888888; }
.cform input:hover,
.cform textarea:hover,
.cform select:hover		{ background:#f3f3f3; }
.cform input:focus,
.cform textarea:focus,
.cform select:focus		{ background:#f7f7f7; }

.cform input 					{	width:160px; }
.cform select 				{ width:167px; }  /* attempt to have equal length */
.cform textarea				{ width:190px; }

/* text after radio buttons */
.cfradioblock           { float:left; }
input.cformradio				{	margin:6px 0 0 0; width:16px; border:none; clear:both; }
* html input.cformradio	{ margin:3px 0 0 0; background:none; } /* hack:diff margins for IE */

/* Form submit button */
.cform input.sendbutton {	width:100px;  clear:both; float: right; padding:2px; background:#f3f3f3!important; border:1px solid #888888!important; }
.cform input.sendbutton:hover { background:#f0f0f0; }

/* optional formatting for ('required' & 'email') input fields */
.fldemail 	 { }
.fldrequired { }

/* checkboxes:override general default layout for input fields */
input.cformchkbox 				{	margin:8px 0 6px 0; width:16px; border:none; }
* html input.cformchkbox	{ margin:3px 0 4px 0; background:none; } /* hack:diff margins for IE */

/* for incorrect input fields */
.cform .error { 	border:1px solid #FF0000 !important;	padding:1px; }

/*                                                    */
/*                    PROPER BREAKS                   */
/*                                                    */

.cformfieldsets 			{ display:inline-block; }
.cformfieldsets:after {	content:".";	display:block;	height:0;	clear:both;	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:both;	visibility:hidden; }
/* Hides from IE-mac \*/
* html .cform{ height:1%; }
.cform				{ display:block; }
/* End hide from IE-mac */
