body{
	background-color:#FFF;
	margin:0px;
}

.cfg-clear{
	clear:both;
}
.cfg-contactform{
	max-width:100%;
	margin:auto;
	/*padding:15px;*/
	background-color:#FFF;
}

.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 #ccc;
	width:108px;
	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;
	font-family:Abel, sans-serif;
}

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

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

.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-label{
	font-family:Abel, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#000000;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #666;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
    padding: 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cfg-element-68-11-label{
	font-family:Montserrat, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#c1d72d;
	margin-top:20px;
	margin-bottom:10px;
}

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

#cfg-element-68-12-label{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #c1d72d;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

#cfg-element-68-8-label{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #c1d72d;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

#cfg-element-68-14-label{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #c1d72d;
    margin-top: 20px;
    margin-bottom: 10px;
}

#cfg-element-68-14{
	width:100%;
}

#cfg-element-68-9-label{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #c1d72d;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

#cfg-element-68-13-label{
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #c1d72d;
    margin-top: 20px;
    margin-bottom: 10px;
}

#cfg-element-68-13{
}

#cfg-element-68-10{
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    color: #666;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0px;
}
#cfg-element-68-10:hover{
    color: white;
	background-color:#c1d72d;
	border-color:transparent;
}
.cfg-validationmessage {
    background-color: #c1d72e;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cfg-errormessage{
	background-color:#FF0000;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input:focus {
    outline: none;
    border: 1px solid #c1d72e!important;
}

textarea:focus {
    outline: none;
    border: 1px solid #c1d72e!important;
}
