

.cfg-clear{
	clear:both;
}


.cfg-element-container{
	clear:both;
}


.cfg-option-set::after{ /* restore margin bottom when elements are floating */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfg-label{
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

.captcha_container{
	margin-top:2px;
}



.cfg-submit {
	border-radius: 3px;
	background: #262626;
	background: -moz-linear-gradient(top, #4A4A4A 0%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A4A4A), color-stop(100%,#262626));
	background: -webkit-linear-gradient(top, #4A4A4A 0%,#262626 100%);
	background: -o-linear-gradient(top, #4A4A4A 0%,#262626 100%);
	background: -ms-linear-gradient(top, #4A4A4A 0%,#262626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4A4A4A', endColorstr='#262626',GradientType=0 ); 
	background: linear-gradient(top, #4A4A4A 0%,#262626 100%);
	font: 16px/100% 'ColaborateThinRegular', Arial, Helvetica, sans-serif;
	width: 160px;
	cursor: pointer;
	color: #FFF;
	border: 1px solid #171717;
	padding: 8px 0px;
	margin: 10px 0px 0px;
}

.cfg-submit:hover {
	text-decoration: none;
	background: #171717;
	background: -moz-linear-gradient(top, #3B3B3B 0%, #171717 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B3B3B), color-stop(100%,#171717));
	background: -webkit-linear-gradient(top, #3B3B3B 0%,#171717 100%);
	background: -o-linear-gradient(top, #3B3B3B 0%,#171717 100%);
	background: -ms-linear-gradient(top, #3B3B3B 0%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#171717',GradientType=0 ); 
	background: linear-gradient(top, #3B3B3B 0%,#171717 100%);
	color: #FFF;
}

.cfg-required{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}


.cfg-loading{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.cfg-validationmessage{
	width:360px;
	margin-bottom:16px;
	padding:10px 6px;
}





.cfg-element-content input[type="text"] {
	padding: 8px;
	border-radius: 3px;
	background: #E5E5E5;
	margin: 0px 0px 15px;
	font: 14px "Helvetica Neue", Helvetica, Arial;
	width: 264px;
	color: #555;
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #C3C3C3;
}







.cfg-validationmessage{
	background-color:#669900;
	color:#fff;
	padding:5px 7px;
}

.cfg-errormessage{
	background-color:#E6002E;
	color:#fff;
	padding:5px 7px;
}
