body{
	background-color:#f7f7f7;
}
.cfg-form-container{
	/* reob 141028
	padding:30px;
	margin:auto;
	*/
	border:1px solid #EEE;
	background-color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
}
.ui-datepicker{
	font-size:9pt !important;
}
#cfg-form-1 .cfg-clear{
	clear:both;
}
#cfg-form-1 .cfg-element-container{
	clear:both;
}
#cfg-form-1 .cfg-element-set{
	margin-bottom:5px;  /* reob 141028 Original: margin-bottom:16px; */
	max-width:100%;
}
#cfg-form-1 .cfg-option-set::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#cfg-form-1 .cfg-label{
	display:block;
	margin-right:10px;
	max-width:100%;
}
#cfg-form-1 .cfg-paragraph{
	margin-bottom:1px;
}
#cfg-form-1 .captcha_container{
	margin-top:2px;
}
#cfg-form-1 .cfg-captcha-img{
	border:1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-bottom:1px;
}
#cfg-form-1 .cfg-captcha-refresh{
	margin-bottom:2px;
	margin-left:2px;
	cursor:pointer;
}
#cfg-form-1 .cfg-submit{
	cursor:pointer;
	height:auto;
	padding:8px 4px;
	-webkit-appearance:none;
	outline:none;
}
#cfg-form-1 .cfg-required{
	color:#990000;
}
#cfg-form-1 .cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#cfg-form-1 .cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
#cfg-form-1 .cfg-deleteupload:hover{
	text-decoration:underline;
}
#cfg-form-1 .cfg-loading{
	display:none;
	background:url('../img/loading.gif') no-repeat 0 1px;
	width:16px;
	height:16px;
}
#cfg-form-1 .cfg-errormessage, 
#cfg-form-1 .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#cfg-form-1 .cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}
#cfg-form-1 .cfg-validationmessage{
	width:360px;
	margin-bottom:16px;
}
#cfg-form-1 .cfg-option-content{
	max-width:100%;
}
#cfg-form-1 .cfgenwp-option-radio{
	margin-bottom:4px;
}
#cfg-form-1 .cfgenwp-option-checkbox{
	margin-bottom:4px;
}
#cfg-form-1 .cfg-option-content input[type=radio], 
#cfg-form-1 .cfg-option-content input[type=checkbox]{
	margin-right:2px;
	margin-left:1px;
	vertical-align:middle;
}
#cfg-form-1 .cfg-option-content input[type=checkbox]{
	margin-top:0;
}
#cfg-form-1 .cfg-option-content input[type=radio]{
	margin-top:-2px;
}
#cfg-form-1 .cfg-element-content input[type="text"], 
#cfg-form-1 .cfg-element-content select, 
#cfg-form-1 .cfg-element-content input[type="submit"], 
#cfg-form-1 .cfg-element-content textarea, 
#cfg-form-1 .cfg-paragraph, 
#cfg-form-1 .cfg-errormessage, 
#cfg-form-1 .cfg-validationmessage{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	/* reob 141028    max-width:100%;   */
}
@media only screen and (min-width: 320px), only screen and (max-width: 320px){
.cfg-form-container{
	/* reob 141028    width:300px;   */
	margin:2px auto;
}

}
@media only screen and (min-width: 480px){
.cfg-form-container{
	/* reob 141028    width:440px;   */
}

}
@media only screen and (min-width: 600px){
.cfg-form-container{
	/* reob 141028    width:580px;   */
}

}
@media only screen and (min-width: 768px){
.cfg-form-container{
	/* reob 141028    width:680px;   */
}

}
#cfg-form-1 .cfg-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#000000;
}
#cfg-form-1 .cfg-element-content input[type="text"],
#cfg-form-1 .cfg-element-content textarea,
#cfg-form-1 .cfg-element-content select,
#cfg-form-1 .cfg-option-content{
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#000000;
}
#cfg-form-1 .cfg-element-content input[type="text"],
#cfg-form-1 .cfg-element-content textarea,
#cfg-form-1 .cfg-element-content select{
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	background-color:#ffffff;
}
#cfg-form-1 .cfg-element-content input[type="text"],
#cfg-form-1 .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:#999999;
	background-color:#ffffff;
}
#cfg-element-1-6-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-6-set{
	float:left;
}
#cfg-element-1-6{
	width:100px;
}
#cfg-element-1-7-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-7-set{
	float:left;
}
#cfg-element-1-7{
	width:100px;
}
#cfg-element-1-9-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-9-set{
	float:left;
}
#cfg-element-1-9{
}
#cfg-element-1-10-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-10-set{
	float:left;
}
#cfg-element-1-10{
}
#cfg-element-1-11-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-11-set{
	float:left;
}
#cfg-element-1-11{
}
#cfg-element-1-21-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-21-set{
	float:left;
}
#cfg-element-1-21{
	width:40px;
}
#cfg-element-1-22-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-22-set{
	float:left;
}
#cfg-element-1-22{
	width:40px;
}
#cfg-element-1-23-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-23-set{
	float:left;
}
#cfg-element-1-23{
	width:40px;
}
#cfg-element-1-24-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-24-set{
	float:left;
}
#cfg-element-1-24{
	width:40px;
}
#cfg-element-1-12-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-12-set{
	float:left;
}
#cfg-element-1-12{
	width:250px;
}
#cfg-element-1-13-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-13-set{
	float:left;
}
#cfg-element-1-13{
	width:250px;
}
#cfg-element-1-14-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-14-set{
	float:left;
}
#cfg-element-1-14{
	width:250px;
}
#cfg-element-1-15-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-15-set{
	float:left;
}
#cfg-element-1-15{
	width:250px;
}
#cfg-element-1-16-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-16-set{
	float:left;
}
#cfg-element-1-16{
	width:250px;
}
#cfg-element-1-17-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-17-set{
	float:left;
}
#cfg-element-1-17{
	width:250px;
}
#cfg-element-1-18-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-18-set{
	float:left;
}
.cfg-element-1-18-option-content{
}
#cfg-element-1-19-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-19-set{
	float:left;
}
#cfg-element-1-19{
	width:250px;
	height:70px;
}
#cfg-element-1-20-label{
	width:180px;
	float:left;
	text-align:right;
}
#cfg-element-1-20-set{
	float:left;
}
#cfg-element-1-20{
	width:110px;
}
#cfg-element-1-5{
	width:180px;
	border-width:1px;
	border-style:solid;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#000000;
	background-color:#f1f1f1;
	border-color:#cccccc;
}
@media only screen and (min-width: 600px){
#cfg-element-1-5{
	margin-left:190px;
}

}
#cfg-form-1 .cfg-validationmessage{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	background-color:#3bb000;
	width:315px;
	line-height:normal;
	margin:0 0 10px 0;
	padding:8px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#cfg-form-1 .cfg-errormessage{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	background-color:#ff0000;
	width:315px;
	line-height:normal;
	margin:4px 0;
	padding:8px 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
