.cfg-clear{
	clear:both;
}
.cfg-contactform{
	width:239px;
	margin:0 0 15px 0;
	padding:15px 15px 0 15px;
	border:1px solid #EEE;
	background-color:#e9edeb;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.ui-datepicker{
	font-size:9pt !important;
}

.cfg-element-container{
	clear:both;

}
.cfg-element-set{
	margin-bottom:10px;
}

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

.cfg-paragraph{
	margin-bottom:1px; /* IE (for paragraphs above <select>) */
}
.captcha_container{
	margin-top:10px;
	width: 120px;
}

.cfg-captcha-input{
	width:95px;
	height:25px;
	float:left;
}

.cfg-captcha-img{
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-bottom:5px; /* Opera */
	margin-right:10px;
	height: 35px;
	width: 110px;
	float:left;
}

.cfg-captcha-refresh{
	margin-left:5px;
	cursor:pointer;
	width: 20px;
	height: 20px;
}

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

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
.cfg-deleteupload:hover{
	text-decoration:underline;
}

.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:230px;
	height: 20px;
	font-family: 'Cabin Condensed', sans-serif;
	font-size:0.8em;
	font-weight:600;
	

}

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

.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin:0 0 10px 0;
	padding:0px;
}



.cfg-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#4DBCE9;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1.3em;
	margin: 0 0 0 0;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc;
}

#cfg-element-2-1{
	color:#576161;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:600;
	font-size:1.5em;
	margin:0 0 10px 0;
}

#cfg-element-2-2-paragraph,
#cfg-element-2-11-paragraph{
	width:269x;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:0.9em;
	line-height:1.3em;
	margin: 0 0 15px 0;
}

#cfg-element-2-2{
}

#cfg-element-2-13-0,
#cfg-element-2-13-1,
#cfg-element-2-13-2{
	margin: 1px 5px 0 0;
	padding: 0 0;
}

.cfg-element-2-13-option-content{
	height:24px;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:0.9em;
	line-height:1.3em;
	padding: 1px 0 0 0;
	
}

#cfg-element-2-7-label,
#cfg-element-2-3-label,
#cfg-element-2-8-label,
#cfg-element-2-4-label,
#cfg-element-2-13-label,
#cfg-element-2-11-label,
#cfg-element-2-12-label {
	margin:5px 0 3px 0;
	color:#8e8e8e;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:600;
	font-size:1em;
}

#cfg-element-2-7,
#cfg-element-2-3,
#cfg-element-2-8,
#cfg-element-2-4 {
	width:230px !important;
}


#cfg-element-2-12{
}

#cfg-element-2-5{
	width:60px;
	height:40px;
	border-width:0px;
	border-style:solid;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
	color:#cecece;
	background-color:#000;
	border-color:#cccccc;
}

.cfg-submit{
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding-bottom:3px;
}

.cfg-validationmessage{
	background-color:#bec4a4;
	color:#fff;
	padding:5px 7px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 0.9em;
	line-height: 1.2em;
}


.cfg-errormessage{
	background-color:#;
	color:#000;
	padding:5px 10px;
	background-image:url(images/level.jpg);
	background-repeat:no-repeat;
}
