.go-form {
	font-size: 1.3em;
	line-height: 1em;	
	padding: 0.3em !important;
	background-color: #ff0099;
	color:#fff !important;
	margin-top: 10px;
	margin-bottom: 10px;	
	display: block;	
}
.go-form:hover {
	background-color: #333 !important;
	padding: 0.3em !important;

}



/* RESET */

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

.lab-application {

	margin-top: 40px;
	width:400px;
}



/* LIST OF FORM ELEMENTS */

.cform .cf-ol li {
	margin-bottom: 10px;
	display: block;
	clear:left;
}
* html .cform .cf-ol li {	margin-bottom: 0px; }



/* INPUTS TEXTAREAS */

.cform input,
.cform textarea { 
	border:1px solid #ccc; 
	line-height: 1.4em;
	font-size:1.1em;
	font-weight:normal;
	font-family:Helvetica, Arial;
	color:#888;
	background:#ffffff url(img/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
	display: block;	
	padding:.3em;
	width:97%;
}
.cform input:hover,
.cform textarea:hover {
	border: 1px solid #99CC00;
	background:#ffffff url(img/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus { 
	color:#666;
	background:#ffffff url(img/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea { 
	height: 100px;

}

.cform .reqtxt,
.cform .emailreqtxt {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	color:#cca566;
}

input.sendbutton {
	display: block;	
	float: left;
	padding:0px;
	width: 78px;
	height:23px;
	line-height:23px !important;	
	color:#fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;	
	border: none;	
	background: white url("img/send_btn.gif") no-repeat left -23px;	
	cursor: pointer;
}
.cform input.sendbutton:hover,
.cform input.sendbutton:focus {
	border: none;	
	background: white url("img/send_btn.gif") no-repeat left 0px;	
	color:#fff;	
}

#newsletter-box input#sendbutton2 {
	display: inline;
	float: left;
	background: url("img/newsletter_ok.gif") no-repeat;
	border:none;
	width:30px;
	margin:0px;	
	padding: 0px;
	height:26px;	
}




#newsletter-box input{
	display: inline;
	float: left;
	height:15px;
	padding:3px;
	width:130px;
	font-size: 1.1em;
}
#newsletter-box li{
	margin: 0px;
}
#newsletter-box label, 
#newsletter-box span {
	width:auto;
	display: none;
}

#newsletter-box .cform {
	margin-top: 6px;
}


/* Checkboxes */
.cf-box-group {
	float: left;
	width: 100%;
}
.cf-box-group input {
	display: inline;
	border:none;
	background: none;
	width:auto;	
	margin:0px;
	margin-right : 7px;
	margin-top : 2px;	
}

*+html .cf-box-group input { margin-top: -2px;}


.cf-box-group .cf-after, .cf-group-after {
	display: inline;
	margin-right : 10px;

}
.cf-box-title {
	margin-bottom: 5px !important;
}


#li-3-23items .cf-box-b {
	clear:left;	
	float: left;
	margin-right: 12px;
}
#li-3-23items .cf-group-after {
	float: left;
	width: 85%;
}

/* CAPTCHA */


input#cforms_captcha {
	display: inline;
	width:180px;
}
img.captcha	{
	display: inline;
	margin-left: 12px;
}
.cform .captcha-reset {
	display: inline;
	margin-left: 12px;
	background:	url(img/captcha_reset_green.gif) no-repeat;
	width:21px;
	height:21px;
	border:none;
}





/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*        												*/

.failure {
	color:#DF7D7D;
	font-size: 1.3em;
	font-weight: bold;
	background:url(img/warningIcon.png) no-repeat left top ;
	text-indent: 24px;	
	margin-bottom: 10px;
}
.success {
	color:#99CC00;
	font-size: 1.3em;
	font-weight: bold;
	background:url(img/successIcon.gif) no-repeat left top ;
	text-indent: 24px;	
	margin-bottom: 10px;
}
.textonly {
	color:#99CC00;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}



ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(img/li-err-bg.png) repeat !important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding-top:5px;
	padding-bottom:5px;	
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

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