#contactus {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #666666;
}

label {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}
input[type="text"], input[type="email"], input[type="number"] {
	width: 100%;
	text-align: center;
}
input[type="number"] {
	width: 150px;
	text-align: center;
}
input[type="text"], input[type="email"], input[type="number"], textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.8em;
	color: #666666;
	padding : 6px;
	box-sizing: border-box;
	text-align: center;
	background-color: #F9FAFA;
	border: 1px solid #E1E7E7;
	border-radius: 3px;
}
#scaptcha {
	width: 100%;
	margin-left: 0;
	appearance: none;
	-moz-appearance: none; 
	-webkit-appearance: none;
	border-radius: 3px 0 0 3px;
	border-right: 0px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, #scaptcha:focus {
	color: #6C767B;
	font-weight: 600;
	outline: 0 none;
	background-color: #FFFFFF;
	border: 1px solid #C7CDCD;
	transition: 0.5s;
}
input[type="submit"] {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	width: auto;
	background-color: #6C767B;
	font-size: 1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	padding: 0 40px;
	margin: 20px 0 0 0;
	transition: 0.3s;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-left: 0px;
	border-radius: 3px;
	height: 60px;
}
input[type="submit"]:hover {
	background-color: #222222;
	cursor: pointer;
	color: #FFFFFF;
	outline: 0 none;
	border: 0;
}
input[type="submit"]:active {
	background-color: #444444;
	cursor: pointer;
	color: #FFFFFF;
	outline: 0 none;
	transition: none;
}
input[type="text"], input[type="email"], input[type="number"], #scaptcha {
	height: 50px;
}

input[class="date"] {
	width: calc(33.333333333333% - 1.333333333333px);
}
input[class="date_m"] {
	width: calc(33.333333333333% - 1.333333333333px);
	margin: 0 2px;
}

input[class="marg_const"] {
	margin-top: 4px;
}

input[class="sub_back"] {
	font-weight: 400;
	color: #CCCCCC;
	text-transform: none;
	background-color: #FFFFFF;
	height: 20px;
	padding: 0;
	margin-top: 10px;
}
input[class="sub_back"]:hover {
	color: #999999;
	background-color: #FFFFFF;
}



::-webkit-input-placeholder {
	color: rgba(0,0,0,0.35);
	font-weight: 400;
}
:-moz-placeholder { 
	color: rgba(0,0,0,0.35) ;
	font-weight: 400; 
}
::-moz-placeholder {  
	color: rgba(0,0,0,0.35);
	font-weight: 400;  
}
:-ms-input-placeholder {  
	color: rgba(0,0,0,0.35); 
	font-weight: 400; 
}









textarea {
	display: block;
	width: 100%;
	height: 100px;
	resize: none;
	margin: 0;
}

#scaptcha:focus {
	border-right: none;
}



.concontainer {
	float: left;
	width: 100%;
	margin-bottom: 11px;
}

.concontainer_small {
	float: left;
	width: 50%;
	margin-top: 0;
	margin-bottom: 11px;
	margin-right: 0;
	margin-left: 0;
}

fieldset#antispam {
	padding: 2px;
	border-top: 1px solid #EEE;
	border-left: 0;
	border-right: 0;
	border-bottom :0;
	width: 350px;
}

fieldset#antispam legend {
	font-size: 1.2em;
	font-weight: 300;
	color:#FFFFFF;   
}

.short_explanation {
	font-size: 1.2em;
	color:#FFFFFF;   
}


.spmhidip {
	display: none;
	width: 10px;
	height: 3px;
}
#fg_crdiv {
	font-size: 1.2em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);   
}
#fg_crdiv p {
	display:none;
}

.c_error {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.9em;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 180px;
	text-align: center;
	z-index: 10;
}
span.conpadd {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #C44545;
	border-radius: 0px;
}
textarea {
  overflow: auto;
  margin: 0;
}

.padd_container_c {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;	
}


input[type="checkbox"], input[type="radio"] {
	margin: 0 8px 0 0;
	padding: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.radio_mum {
	position: relative;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0.5px 0;
	background-color: rgba(234,240,247,0.80);
	border-radius: 3px;
	transition: 0.25s;
}
.radio_mum:hover {
	background-color: rgba(234,240,247,0.40);
}
.checkbox_label, .radio_label {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	color: #444444;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.00em;
	font-weight: 400;
	width: 100%;
	padding: 15px 20px;
}



.form_mum {
	float: left;
	position: relative;
	width: 400px;
}
.half_l {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 1px 0 0;
}
.half_r {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 0 0 1px;
}


@media screen and (max-width: 1010px) {
.form_mum {
	float: left;
	width: 100%;
}
}

@media screen and (max-width: 850px) {
.form_mum {
	float: none;
	width: 400px;
	margin: 0 auto;
}
}

@media screen and (max-width: 506px) {
.form_mum {
	float: left;
	width: 100%;
}	
.padd_container_c {
	padding: 0 0;	
}
textarea {
	height: 120px;
}
input[type="text"], input[type="email"], input[type="number"], #scaptcha {
	height: 43px;
}
input[type="submit"] {
	height: 53px;
}
}