/* MAIN 'TOP-LEVEL' FORM ELEMENTS */
.cform{
	margin: 10px 0 0 0;
	width: 100%;
}
#cforms3form_container{
	border: 1px solid #DDD;
	clear: both;
	display: inline;
	float: left;
	padding: 5px 5px 20px 15px;
	width: 860px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 4px 18px #C8C8C8;
	-webkit-box-shadow: 0 4px 18px #C8C8C8;
	box-shadow: 0 4px 18px #C8C8C8;	
}
#cforms3form fieldset{
	/*
	background: #f7f7f7;
	border: 1px solid #adadad;
	border-left-color: #ececec;
	border-top-color: #ececec;
	*/
	border: none;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px 0 15px 0;
	width: 430px;
}
#cforms3form fieldset.cf-fs1{
	width: 430px;
}
.cform legend{
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	padding: 0 2px;	
}
#cforms3form legend{
	font: normal 20px Georgia, serif !important;
	margin: 0 !important;
	padding: 0 !important;
}
.cform .cf_hidden{
	background: none !important;
	border: none !important;
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}
.cform ol.cf-ol{ 
	margin: 0!important;
	padding: 0!important;
}
.cform ol.cf-ol li{
	background: none !important;
	line-height: 1.3em;
	list-style: none !important;
	margin: 5px 0 !important;
	padding: 0;
	text-align: left;
}
#cforms3form ol.cf-ol li{
	margin: 12px 0 !important;
}

/* JUST FOR TEXT-ONLY FIELDS (NO INPUT) */
ol.cf-ol li.textonly{
	background: #F0F0F0 !important;
	letter-spacing: 1px;
	margin: 10px 0pt !important;
	padding: 5px 0pt;
	text-align: center;
}

/* GLOBAL DEFINITIONS FOR FIELD LABELS */
.cform label{
	width: 90px;
	margin: 4px 10px 0 0;
	margin: 0;
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: left;
	vertical-align:top;
}
.cform label span{
	display: block;
	width: 90px; /* must be the same as above!*/
}
#cforms2form label{
	width: 120px;
}
#cforms2form label span{
	display: block;
	width: 120px;
}
#cforms3form label{
	width: 120px;
}
#cforms3form label span{
	display: block;
	width: 120px;
}
#cforms3form li#li-3-2 label,
#cforms3form li#li-3-3 label{
	width: 200px;
}
#cforms3form li#li-3-2 label span,
#cforms3form li#li-3-3 label span{
	display: block;
	width: 200px;
}
label.cf-before{
	margin: 4px 10px 0 0;
}
label.cf-after{
	margin: 4px 15px 0 6px;
	text-align: left;
	width: 115px;
}
label.cf-after span{
	display: block;
	width: 115px;
}
label.cf-group-after{
	margin: 3px 4px 0 2px;
	text-align: left;
	width: 72px;
}
label.cf-group-after span{
	width: 72px;
	display: block;
}

/* FORM FIELDS GENERAL FORMATTING */
.cform input,
.cform textarea,
.cform select{ 
	padding: 3px;
	background: #f9f9f9;
	border: 1px solid #888888;
	vertical-align: top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background: #f9f9f9;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background: #F3F8F8;
}
.cform textarea{
	font: 14px Arial, sans-serif;
	height: 80px;
	overflow: auto;
}
#cformsform textarea,
#cformsform input{
	width: 212px;
}
#cforms2form textarea,
#cforms2form input{
	width: 212px;
}
#cforms3form textarea{
	height: 100px;
	width: 200px;
}
#cforms3form  input{
	width: 200px;
}
#cforms3form select{
	padding: 2px 0;
	width: 208px;
}
.cform select.cfselectmulti{ 
	height: 7.5em;
}

/* RADIO BUTTON AND CHECK BOXES TITLE */
#cforms3form  ol.cf-ol li.cf-box-title{
	font-weight: normal;
}

/* CHECK BOXES */
.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	background: none !important;
	border: none !important;
	height: 22px;
	margin: 2px 0 0 0;
	width: 14px !important;
}
.cform input.cf-box-a 	{ 
	margin-left: 100px; /* check with label 'width' incl. */
}

#cforms3form input.cf-box-a{
	margin-left: 0;
}

/* CHECK BOX GROUPS */
#cforms3form  ol.cf-ol li.cf-box-group{
	margin: 10px 0pt 0px !important;
	padding-left: 30px;
} 

/* FORMATTING FOR TEXT: "(REQUIRED)" & OTHER */
#cformsform  span.reqtxt, #cformsform  span.emailreqtxt,
#cforms2form  span.reqtxt, #cforms2form  span.emailreqtxt{
	display: none;
}
#cforms3form  span.reqtxt, #cforms3form  span.emailreqtxt{
	color: red;
	display: -moz-inline-box;
	margin: 3px 0 0 3px;
	vertical-align: top;
}

/* FORM SUBMIT BUTTON */
p.cf-sb{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
#cforms3form p.cf-sb{
	clear: both;
}
.cform input.sendbutton{
	background:url(../cforms/images/button-bg.gif) repeat-x;
	border: 1px solid #adadad!important;
	border-left-color: #ececec!important;
	border-top-color: #ececec!important;
	font: bold 12px Arial, sans-serif;
	letter-spacing: 1px;
	margin: 10px 0 0 90px;
	padding: 3px 4px 3px 4px;
	width: 80px !important;
}
#cforms2form #sendbutton2{
	margin: 10px 0 0 120px !important;
}
#cforms3form #sendbutton3{
	font-size: 16px !important;
	margin: 10px 0 0 655px !important;
	width: 100px !important;
}

/* FORM FIELDS ENHANCED ERROR DISPLAY */
ol.cf-ol li.cf_li_err{
	/*background: #FFDFDF url(../cforms/images/li-err-bg.png) repeat !important;
	border: 1px solid #DF7D7Ds;
	border-width: 1px 0 1px 0;
	margin: 5px 0 !important;*/
	padding: 5px 0 !important;
}

ol.cf-ol li ul.cf_li_text_err{
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li{
	background:url(../cforms/images/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.secq,
label.seccap{
	vertical-align:text-bottom;
	margin-bottom:4px;
}
input.secinput{
	vertical-align:text-bottom;
}
#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha{
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}
img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}
img.captcha-reset{
	vertical-align:text-bottom;
	background:	url(../cforms/images/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}
img.imgcalendar{
	border:none;
}

/* CHANGE FORMATTING OF RESPONSE MSGS HERE */
div.cf_info{
	display: none;
	font-weight: bold;
	line-height:1.3em;
	margin: 10px auto 10px auto;
	padding: 10px 15px 10px 25px !important;
}
#cforms3form div.cf_info{
	text-align: center;
}	
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: #ad2929 !important;
	text-decoration: underline !important;
}
div.success{
	background: url(../../themes/starkers/images/info_check.png) no-repeat 0 50%;
	display: block;
}
div.failure{
	background: url(../../themes/starkers/images/info_error.png) no-repeat 0 50%;
	display: block;
}
div.waiting{
	display: block;
}

/* FORMATTING FOR INVALID USER INPUTS */
.cform .cf_error{
	border: 1px solid #ad2929;
	color: #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;
}

/* OTHER: LINK LOVE */
.linklove{
	display: none;
}

/* OTHER: BROWSER HACKS */
* html .cform fieldset{
	margin-top: 15px;
	padding-top: 25px;
	position: relative;
}
*+html .cform fieldset{
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt{ 
	display: inline-block; /*for ie6*/
}
* html span.reqtxt,
* html span.emailreqtxt{ 
	display: none; /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt{
	display: inline-block; /*for ie7*/
}
*+html span.reqtxt,
*+html span.emailreqtxt{
	display: none; /*for ie7*/
}
* html img.captcha{
	margin-bottom: 1px!important;
}
*+html img.captcha{
	margin-bottom: 1px!important;
}