body{
	background-color:#f7f7f7;
}

.cfg-clear{
	clear:both;
}
.cfg-contactform{
	margin:auto;
	padding:15px 20px;
	border:1px solid #EEE;
	background-color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

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

.cfg-element-container{
	clear:both;
}
.cfg-element-set{
	margin-bottom:16px;
}

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

.cfg-captcha-input{
	width:110px;
}

.cfg-captcha-img{
	border:1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	margin-bottom:1px; /* Opera */
}

.cfg-captcha-refresh{
	margin-bottom:8px;
	cursor:pointer;
}
.cfg-submit{
	cursor:pointer;
	padding:8px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.cfg-required{
	color: #ff644b;
	font-family: 'Open Sans', sans-serif;
}

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family: 'Open Sans', 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-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin-right:2px;
}

.cfg-type-textarea
,.cfg-type-text
,.cfg-captcha-input
,.cfg-paragraph
,.cfg-submit
,.cfg-contactform
,.cfg-errormessage
,.cfg-validationmessage
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
}


@media only screen and (min-width: 320px), only screen and (max-width: 320px){
	.cfg-contactform{
		width:300px;
		margin:2px auto;
	}
}
@media only screen and (min-width: 480px){
	.cfg-contactform{
		width:440px;
	}
}
@media only screen and (min-width: 600px){
	.cfg-contactform{
		width:580px;
	}
}
@media only screen and (min-width: 768px){
	.cfg-contactform{
		width:680px;
	}
}


.cfg-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

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

#cfg-element-35-8-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

#cfg-element-35-8{
	width:100%;
}

#cfg-element-35-9-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

#cfg-element-35-9{
	width:100%;
}

#cfg-element-35-10-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

#cfg-element-35-10{
	width:100%;
}

#cfg-element-35-11-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

#cfg-element-35-11{
	width:100%;
}

#cfg-element-35-12-label{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#7d7d7d;
}

#cfg-element-35-12{
	width:100%;
}

#cfg-element-35-13{
	width:100px;
	border-width:1px;
	border-style:solid;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:13px;
	margin-left:0;
	color:#ffffff;
	background-color:#ff644b;
	border-color:#ff644b;
}

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

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