/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

legend {
	border: 0px;
}

.cform { 
	/* margin:10px auto 0 auto;  */
	/* width: 100%;   */
	/*padding:10px 20px 20px 20px; 
	border:1px solid #e5e1d8;
	background:#f8f7f3; */
	margin-top:40px;

}

 #col1 ol li {
list-style-type: none; 
line-height: 1.8em; 
padding-left: 0; 
margin: 0 0 0 0; 
background: none; } /* margin-left: 1.5em; line-height: 1.5em  */
}

.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 { 
	font-size: 1.4em; color: #333; margin: 0 0 0.25em 0; padding-top: 0em;
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:10px 0!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 {
	width:160px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}
.cform label span {
	width:160px; /* must be the same as above!*/
	padding-top: 7px;
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	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:5px;
	background: #fff; 
	border: 1px solid #e5e8eb; 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#fbfcfc;; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fbfcfc; 
	border: 1px solid #53C4E6; 
}

.cform textarea,
.cform input {
	font-size: 1.0em; 
	color: #666; 
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	width:300px;
}
.cform select {
	width:158px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:6px 5px 0 5px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
}
.cform input.sendbutton	{ 
	width:100px; 
	height: 26px; 
	padding:5px; 
	margin: 10px 0 0 170px;
	font-size:1em;
	color: #2F2F2F;
	background: #EEEEEE /* url(../images/button-bg2.gif) repeat-x */; 
	border:1px solid #DCDCDC!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important;}
.cform .errortxt,
.mailerr	    	{ color:red!important; }

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
}
label.secq,
label.secq span {
	
}
label.secq {
	
}

input.secinput {
	width:45px;;
}

#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:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
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:hover,
.cform input.cf_upload:hover,
.cform input.cf_upload:hover	{
	background:#fcfbfa; 
}

.cform input.cf_upload:focus,
.cform input.cf_upload:focus,
.cform input.cf_upload:focus	{ 
	background:#d7edaf; 
	border: 1px solid #93bb3a; 
}


.cform input.cf_upload  {
	padding:5px;
	height: 26px;
	background: #fff; 
	border: 1px solid #d2d1ce; 
}



/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:0 0 10px 0!important;
	padding:20px 0!important;	
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* 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;
}
*+html input.cf-box-a,
*+html input.cf-box-b { 
	margin-top:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}
