/****Form****/

#form {
	padding-top: 6px;
}

#form input {
	color:#ffffff; /* 39596e */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px; /* 4px 12px 9px */
	background-color: #000000; /* c2e8f4 */
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	color:#ffffff; /* 39596e */
	height: 170px;
	overflow: auto;
	background-color: #000000; /* c2e8f4 */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	margin: 0;
}

#form label {
	position:relative;
	display: block;
	min-height: 51px;
	width: 185px;
	float: left;
}

.name {
	position:relative;
	display: block;
	width: 185px; 
	color:#ffffff; /* 39596e */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px; /* 4px 12px 9px */
	background-color: #000000; /* c2e8f4 */
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.email {
	position:relative;
	display: block;
	/*margin-left: 10px;*/
	width: 185px; 
	color:#ffffff; /* 39596e */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px; /* 4px 12px 9px */
	background-color: #000000; /* c2e8f4 */
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 10px;
}

.company {
	position:relative;
	display: block;
	width: 185px; 
	color:#ffffff; /* 39596e */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px; /* 4px 12px 9px */
	background-color: #000000; /* c2e8f4 */
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 10px;
}

.phone {
	position:relative;
	display: block;
	/*margin-left: 10px;*/
	width: 185px; 
	color:#ffffff; /* 39596e */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px; /* 4px 12px 9px */
	background-color: #000000; /* c2e8f4 */
	width: 100%;
	height: 31px;
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 10px;
}

.message {
	position:relative;
	display: block;
	color:#ffffff; /* 39596e */
	height: 170px;
	overflow: auto;
	background-color: #000000; /* c2e8f4 */
	border: 1px solid #000000; /* 3c7f9f */
	padding: 12px 12px 9px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 13px/18px  Arial, Helvetica, sans-serif;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

.recaptcha {
	margin-top: 10px;
}

.submit {
	position:relative;
	display: inline-block;
	font-size: 12px; /* 19px */
	line-height: 16px; /* 18px */
	background-color: #e396a5; /* f17c72 */
	border: 1px solid #e396a5; /* b76058 */
	min-width: 80px; /* 107px */
	padding: 5px 10px 6px;
	color: #000000; /* ffffff */
	cursor: pointer;
	text-align: center;
	height: 31px;
	border: 1px solid #000000; 
	margin-top: 10px;
}

.reset {
	position:relative;
	display: inline-block;
	font-size: 12px; /* 19px */
	line-height: 16px; /* 18px */
	background-color: #e396a5; /* f17c72 */
	border: 1px solid #e396a5; /* b76058 */
	min-width: 80px; /* 107px */
	padding: 5px 10px 6px;
	color: #000000; /* ffffff */
	cursor: pointer;
	text-align: center;
	height: 31px;
	border: 1px solid #000000; 
	margin-top: 10px;
}

/*
.name br {
	height: 0;
	line-height: 0;
}

.email br {
	height: 0;
	line-height: 0;
}

.company br {
	height: 0;
	line-height: 0;
}

.phone br {
	height: 0;
	line-height: 0;
}
*/

#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: 4px;
	float:left;
}

#form .message .error, #form .message .empty {
	bottom: -16px;
}

#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 15px; /* 20px */
	text-align: left; /* center */
}

.btns a {
	display: inline-block;
	font-size: 12px; /* 19px */
	line-height: 16px; /* 18px */
	background-color: #e396a5; /* f17c72 */
	border: 1px solid #e396a5; /* b76058 */
	min-width: 80px; /* 107px */
	padding: 5px 10px 6px;
	color: #000000; /* ffffff */
	cursor: pointer;
	text-align: center;
}

.btns a:hover {
	background-color: #666666; /* c2e8f4 */
	border-color: #666666; /* 3c7f9f */
	color: #ffffff; /* 39596e */
}

/*
.submit {
	font-size: 12px; 
	background-color: #e396a5; 
	color: #000000; 
	cursor: pointer; 
	border: 1px solid #000000; 
	padding: 10px 10px;
	text-align: center;
	width: 80px;
	height: 20px;
}
*/

#form .message {
	width: 100%;
}

#form .btns span {
	display: inline-block;
	width: 13px;
}

.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	color:#39596e;
    border: 1px solid #666666; /* 3c7f9f */
	background-color: #666666; /* c2e8f4 */
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.success_wrapper {
	position: relative;	
}
