.cform { 
	margin:0 auto 20px auto;
	padding: 20px 40px 0 20px;
	width: 562px;
	font-family: helvetica, arial, sans-serif;
}

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

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

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font-size: 2.2em;
	color:#333;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	/*margin:0 10px!important;*/ /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none; 
	text-align:left;
	line-height:1.3em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


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

ol.cf-ol li.textonly {
	padding:3px 0; 
	color:#ffffff;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;		
}


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

.cform label {
	margin:0 10px 3px 0;
	text-align:left;
	font: bold 13px 'helvetica neue', helvetica, arial, sans-serif;
	text-transform: none;
	display:block;
	color:#3c7717;
	padding:2px;
}

label.cf-before {
	display:inline-block; /*for Opera & IE*/
	margin:3px 5px 0 0; 
	width:80px; 
}

label.cf-before span{
	width:80px; 
	display:block;
}

label.cf-after 	{
	display:inline-block; /*for Opera & IE*/
	margin:3px 0 0 4px;
	width:115px;
	text-align:left;	
}

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

label.cf-group-after {
	display:inline-block; /*for Opera & IE*/
	margin:3px 10px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

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

.cform input,
.cform textarea,
.cform select { 
	margin:0 0 10px 0;
	padding:8px;
	background: #fff url('../images/regular/field.gif') no-repeat scroll left top;
	border:1px solid #CCCCCC; 
	vertical-align:top;
	color:#444;
	font: normal 1.3em helvetica, arial, sans-serif;
}


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

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	color:#888888;
	font-size:9px;
	letter-spacing:3px;
	margin:0pt 3px 0pt 0pt;
	text-align:right;
	vertical-align:top;
	height:13px;
	line-height:13px;
	width:421px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#444;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


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

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

label.secq{
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

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

div.cf_info {
	color:#444;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	display:block;
	background:#8eb576;
	margin: 20px 0 0 -1px;
	padding: 0;
	text-align:center;
	font: 1.3em 'helvetica neue', helvetica, arial, sans-serif;
	color: #fff;
	width: 312px;
}

div.failure {
	display:block;
	background:#DF7D7D;
	margin: 20px 0 0 -1px;
	padding: 0;
	font: 1.3em 'helvetica neue', helvetica, arial, sans-serif;
	color: #fff;
	text-align:center;
	width: 312px;
}

div.waiting {
	background: url('../images/regular/loading.gif') top center no-repeat;
	color:#000;
	font: normal 1.3em 'helvetica neue', helvetica, arial, sans-serif;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929;
	background: #fff url('../images/regular/field.gif') no-repeat scroll left top;
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

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

.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display: none;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}

/*-----------------------------------*/
span.reqtxt, span.emailreqtxt {
	color:#FFFF00;
	width:270px;	
}

.cform input.cf_upload {
	background: #d5d0c6; 
	border:none;
	border-top: 1px solid #f0f0f0; 
	width:560px;
}

.cform input.cf-box-a, .cform input.cf-box-b {
	width:16px;
}

.cform input {
	width:380px;
}

.cform select {
width: 276px;
}


.cform textarea { width:380px;}

.cform input.sendbutton {
width:159px;height:40px;font-size:1.2em;font:bold 1.1em helvetica;border:0;display:block;color:#fff;cursor:pointer;background:#807717;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;margin:0;padding:0 0 2px 3px;
}

#li--1, 
#li--3, 
#li--5,
#li--7,
#li--9 {
 float:left;
 width:260px;
 height:70px;
 clear:left;	
}


#li--2, 
#li--4, 
#li--6,
#li--8,
#li--10
{
	float:right;
	width:260px;
	height:70px;
	clear:right;
	margin: 0;
}

#li-2-1,
#li-2-3 {
 float:left;
 width:260px;
 height:70px;
 clear:left;	
}

#cf2_field_5 {
 float:left;
 width:564px;
 height:348px;
 clear:left;
 margin: 0 0 18px 0;
 font-size: 2em;
 background: #fff url('../images/forms/bg-contact.jpg') no-repeat top left;	
}

#li-2-2,
#li-2-4
{
	float:right;
	width:260px;
	height:70px;
	clear:right;
	margin: 0;
}

ol.cf-ol li.cf_li_err {
	background:none!important;
	border:none;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol li.cf_li_err input,ol.cf-ol li.cf_li_err textarea, ol.cf-ol li.cf_li_err select{
	background: #FFF url('../images/regular/field-error.gif') no-repeat scroll left top;
	border: 1px solid #ccc;
	border-left: 2px solid #df1010;
}

ul.cf_li_text_err {
	display:none!important;	
}

.cform label .cf_li_err {
color: #000;
}

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

p.cf-sb {
	padding: 0!important;
	margin: 10px 0 0 0;
	text-align:left;
}


input#sendbutton {
 width: 581px;
 height: 80px;
 margin: 0px 0 0 0;
 padding: 0;
 font-size: 1.4em;
 font-weight: normal;
 color: #fff;
 cursor: pointer;
 border: none;
 background: #b9c2b3;
 -moz-border-radius: 0.6em;
 -webkit-border-radius: 0.6em;
}

input#sendbutton2 {
 width: 581px;
 height: 80px;
 margin: 20px 0 0 0;
 padding: 0;
 font-size: 1.4em;
 font-weight: normal;
 color: #fff;
 cursor: pointer;
 border: none;
 background: #b9c2b3;
 -moz-border-radius: 0.6em;
 -webkit-border-radius: 0.6em;
}

input.sendbutton:hover,
input.sendbutton2:hover {
 background: #807e65;
 text-decoration: none;
 cursor: pointer;
}
