/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; }

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

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

ol.cf-ol { margin:0; padding:0; }
ol.cf-ol li	{ margin:8px 23px!important; /*some themes may interfere otherwise*/ padding:0; list-style:none!important; text-align:left; }


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly { padding:3px 0; text-align:center; }


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

.cform label { margin:2px 10px 2px 0; text-align:left; vertical-align:top; font: normal 10px/1.3 Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; display:block; color: #414141; }
.cform label span { }

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 5px 0 0; 
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 6px;
	width:200px;
	text-align:left;	
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding: 3px; 
	border: 1px solid #ccc; 
	
}

.cform textarea,
.cform input.default {
	width:370px; 
}
.cform select {
	width:378px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	height: 6em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin-right:25px;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title { color: #000; font-weight: bold; }

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0;
	border:none; 
}

input.cf-box-a 	{ 
} 


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

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


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

p.cf-sb {
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:135px;
	height: 36px; 
	margin: 10px 1px 0 0;
	font: 1.1em/1 Georgia, "Times New Roman", Times, serif;
	border: none !important;
	background:url(/_r/img/btn_form_submit.gif) no-repeat; 
}


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

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq,
label.secq span {
	display:inline;
}
label.secq {
	vertical-align:middle;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:top;
}

img.captcha	{
	margin:5px 0 0 10px !important;
	padding:0px !important;
	border:none !important;
	float:none !important;
	vertical-align: middle;
}

img.captcha-reset {
	background:	url(../images/captcha_reset_grey.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}


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

p.info { margin:10px 0; text-align:center; font-size: 1.4em; font-weight: bold; }
p.success { color:green; }
p.failure { color:red; }
.failure { border: 1px solid red; background: #eee; }

/*                                                    */
/* 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  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove { display: none; }
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b{ 
	background:none;
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0;
}
