/*                                                    */
/* PLEASE ADJUST to match your layout                 */
/*                                                    */

/*label.secq 		{ width:200px!important; }
input.secinput 	{ width:40px!important; }*/


/*                                                    */
/* text paragraph & message box right above the form  */
/*                                                    */

p.info { width:29em; margin:10px auto 10px auto; text-align:center; }
/*#usermessage {clear:none;}*/
/*p.textonly	{ clear:left; text-align:center; padding:5px; margin:0; }*/

/*                                                    */
/*  div box enclosing the form                        */
/*                                                    */
.cform			{ margin:10px auto 50px auto; width: 29em; }
/*.cform{
	width:29em;
	margin:0em;
	padding:1em 1.39em 0em 1.39em;
	float:left;
}
*/

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


/*                                                    */
/* global definitions for field labels                */
/*                                                    */
.cform label {
	font-family: Tahoma,"MS Sans Serif", Geneva, sans-serif;
	width:9.55em;
	margin:.53em 0 .53em 0;
	display:block;
	float:left;
	padding-right:.86em;
	clear:left;
	text-align:right;
}

/*                                                    */
/*  individual definition of field labels             */
/*                                                    */

/* #cforms2form label	{ color:green; } */


/*                                                    */
/* formating for text:  "(required)"  & other         */
/*                                                    */
span.chckboxtxt,
span.cformradiotext,
span.reqtxt,
span.emailreqtxt {
	float:left;
	margin:5px 0;
	padding-left:3px;
	font:normal 11px Tahoma, "MS Sans Serif", Geneva, sans-serif;
}

span.reqtxt,
span.emailreqtxt {
	color:red;
}

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


/*                                                    */
/*              FORM FIELDSETS (global defs)          */
/*                                                    */
.cformfieldsets	{
	background-color: white;
	margin:10px 0;
	padding:8px .53em 11px .53em;
	border: 1px solid #CCCCCC;
	clear:left;
}
* html .cformfieldsets {
	position: relative;
	margin-top:1.5em;
	padding-top:1.125em;
} /*ie6 hack*/

/*                                                    */
/*   FORM FIELDSETS for a specific form               */
/*                                                    */
/* #cforms2form .cformfieldset1	{ background:#DFE9FF; } /* specifically address fieldsets #1 on form #2 */

/*                                                    */
/*   FIELDSET legends (global defs)                   */
/*                                                    */
.cform legend {
	background-color:white;
	border: 1px solid #CCCCCC;
	color: #6F9AD1;
	margin-left:10px;
	padding: .1em .15em .1em .15em;
	font:normal 1.39em "MS Sans Serif", Geneva, sans-serif;
}
* html .cform legend {
	position:absolute;
	top: -.73em;
	left: .53em;
	padding:.1em;
	margin-left:0;
	background:white;
} /*ie hack*/


/*                                                    */
/*   FIELDSET legends (specific defs)                 */
/*                                                    */
/*#cforms2form legend   { font:normal 20px Arial; color:grey; } */



/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input,
.cform textarea,
.cform select {
	font:normal 11px 'Tahoma', Arial;
	margin:3px 0;
	padding:1px 3px;
	float: left;
	background: white;
	border: 1px solid #6F9AD1;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF;
}

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

.cform input 			{ width:15.45em; height:1.7em; }
.cform select 			{ width:15.45em; height:1.7em; }  /* attempt to have equal length */
.cform textarea			{ width:15.45em; height:5.9em; overflow:visible;}

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

/* Form submit button */
.cform input.sendbutton {
	width:auto;
	clear:both;
	background-color:white!important;
	border: 1px solid #000000!important;
	color: #6F9AD1;
	padding: .1em .15em .1em .15em;
	margin: 0em 0em 0em 0em;
	font:bold 1.39em "MS Sans Serif", Geneva, sans-serif;
}
.cform input.sendbutton:hover { background:#f0f0f0; }

/* optional input fields formatting for ('required' & 'email') */
.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 3px; }




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

