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

.cform { 
	margin:-17px 0px 0px 0px;
	width: 320px;
	font-size:12px;
}

.cform fieldset	{ 
	margin-top:0px; 
	padding:0; 
	border:none;
	background:none; }

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

.cform legend { 
	margin-left:0px;
	padding: 0 2px; 
	
}

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


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

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


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

.cform label {
	width:90px; 
	margin:7px 0px 0 0; 
	text-align:left;
	vertical-align:top;
	font-size: 12px;
	display:block;
	color:#888888;
}
.cform label span {
}

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

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0 0 0 0px;
	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:2px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
	line-height:1.3em;
}

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

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #efefef; 
	border:none;
	border-top: 1px solid #aaaaaa; 
	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#efefef; 
}

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

.cform textarea,
.cform input {
	width:300px; 
}
.cform select {
	width:308px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:100px; 
}

.cform textarea {
padding:1px 3px;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
	height: 57px;
	overflow:auto;
}

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

span.reqtxt,
span.emailreqtxt { 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	font-size:12px;
	color:#FF0000;
	vertical-align:top;
	color:#888888;
	text-align:left;
	margin-top:4px;
}


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

ol.cf-ol li.cf-box-title {
}

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

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	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:left;
}
.cform input.sendbutton	{ 
	width:68px;  
	height:20px;
	padding:2px;
	color:#FFFFFF;
	cursor:pointer; 
	margin: 0 51px 10px 0;
	font-size:12px;
	background:url(../images/button-bg.gif) no-repeat; 
	border:0px solid #060606!important;
	border-left-color:#060606!important; 
	border-top-color:#060606!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.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 5px;
	margin: 0;
	vertical-align:top;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
}


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

p.info 		{
position:relative;
margin:0;
padding-bottom:9px;

	text-align:left;
}
p.success 	{
	color:#40a94a;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* 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 {
overflow:hidden;
width:1px;
height:12px;
	margin:0 0 10px 0!important;
	padding:0!important;	
	text-align:right!important;;
}
.linklove a,
.linklove a:visited {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color:#060606!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;
	color:#FFFFFF;
	top: -1px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:0px;
	padding-top:0px; 
}
* html img.captcha	{
	margin-top:1px;
}
*+html input.cf-box-a,
*+html input.cf-box-b { 
	background:none;
	margin-top:0px;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0px;
}
