.cfg-clear {
	clear: both;
}
.cfg-contactform {
	background-color: #f7f7f7;
	width: 230px;
	margin: auto;
	padding: 15px;
	border: 1px solid #EEE;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: right;
	font-weight: 400;
	margin-right:5px;
}
.ui-datepicker {
	font-size: 9pt !important;
}
.cfg-element-container {
	clear: both;
}
.cfg-element-set {
	margin-bottom: 8px;
}
.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-label::after {
	content: ":";
}
.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: #990000;
}
.cfg-uploadsuccess-container {
	margin-top: 10px;
	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-size: 16px;
}
.cfg-errormessage, .cfg-validationmessage {
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cfg-errormessage {
	display: none;
	margin: 4px 0;
	width: 218px;
}
.cfg-validationmessage {
	width: 218px;
	margin-bottom: 16px;
	padding: 10px 6px;
}
.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox] {
	margin-right: 2px;
}
.cfg-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}
.cfg-element-content input[type="text"], .cfg-element-content textarea {
	padding: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}
#cfg-element-2-18 {
	font-family: Impact;
	font-weight: normal;
	font-size: 32px;
	color: #cc6600;
	text-align: center;
}
#cfg-element-2-9-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
.cfg-element-2-9-option-content {
	width: 100px;
	float: left;
}
#cfg-element-2-15-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-15 {
	width: 220px;
}
#cfg-element-2-12-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-12 {
	width: 220px;
}
#cfg-element-2-16-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-16 {
	width: 220px;
}
#cfg-element-2-17-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-17 {
	width: 220px;
}
#cfg-element-2-13-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-13 {
	width: 220px;
}
#cfg-element-2-20-label {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
#cfg-element-2-20 {
}
#cfg-element-2-14 {
	width: 140px;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 16px;
	margin-left: 51px;
	color: #555555;
	background-color: #f1f1f1;
	border-color: #cccccc;
}
.cfg-validationmessage {
	background-color: #00b700;
	color: #fff;
	padding: 5px 7px;
}
.cfg-errormessage {
	background-color: #FF0000;
	color: #fff;
	padding: 5px 7px;
}
