﻿.cform { 
	margin: 10px 0 0; 
	width: auto;
	background: url(images/bg-form-small.gif) no-repeat 0 0;
	}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0;
	background: url(images/bg-fieldset.gif) no-repeat 0 100%;
	}
.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 2em; 
	}
	
	
ol.cf-ol { 
	margin:0; 
	padding:0; 
	}
ol.cf-ol li	{
	background:none!important; 
	margin:8px 23px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:right;
	}

/*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:auto; 
	margin:15px 5px 10px 0; 
	text-align:right;
	vertical-align:top;
	font-size: 1.1em;
	line-height: 1.4em;
	display:block;
	color:#000;
	}
.cform label span {
	}
.cform label span small {
	font-size: 0.8em;
	color: #999;
	line-height: 1.4em;
	}

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:right;	
	}

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:right;
	}
label.cf-group-after span {
	width:60px;
	display:block;
	}


/*FORM FIELDS general formatting                */


.cform input,
.cform textarea,
.cform select { 
	padding: 3px;
	background: #fbfbfb; 
	border:1px solid #adadad; 
	border-right-color:#ececec; 
	border-bottom-color:#ececec; 
	
	}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CFEFFF; 
	}

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

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

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

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 10em;
	overflow:auto;
	}


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


span.reqtxt,
span.emailreqtxt { 
	color: #f00;
	margin-right: 10px;
	}



/*radio button title                            */


ol.cf-ol li.cf-box-title {
	font-size:10px;
	color:#888888;
	}


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

#main p.cf-sb {
	display: block;
	background: #f4f4f4;
	margin: 0;
	padding-top: 20px;
	text-align: right;
	}
.cform input.sendbutton	{ 
	color: #fff;
	width:100px;
	float:left;
	margin-left:10px;
	height: 46px;
	line-height: 30px;
	background:url(images/send.gif) no-repeat 0 0;
	cursor:pointer;
	border-style: none;
	}
.cform input.sendbutton:hover	{ 
	background:url(images/send.gif) no-repeat 0 px;
	}




.failure {
	font-size: 1.2em;
	color: Red;
	}


/*formatting for invalid user inputs            */


.cform .cf_error 		{ color:red!important; border:1px solid #FF0000!important; padding: 3px; 	}
.cform .cf_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_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:middle;
	}

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

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

img.imgcalendar {
	position:relative;
	top:4px;
	}


/*change formatting of response msgs here         */


p.cf_info {
	margin:10px 0;
	text-align:center;
	}
p.success 	{
	color:green;
	}
p.failure 	{
	color:red;
	}
div.cf_info {
	color: 277aa3;
	font-size: 1.4em;
	font-weight: bold;
	
	}



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

p.linklove {
	display: none;
	}
  

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
















#cf_field_5 {
	height: 250px;
	}











#cf2_field_6, 
#cf2_field_8,
#cf2_field_14 {
	width: 150px;
	}
#cf2_field_9,
#cf2_field_10,
#cf2_field_11,
#cf2_field_12,
#cf2_field_13 {
	width: 80px;
	}
