/* @override http://www.qccusa.com/wp-content/themes/qcc/custom-css/request_service.css?ver=1.1 */



/* @group Contact Us Form */

.request-service-form {
}

.request-service-form span.required {
	font-size: 20px;
	line-height: 0;
	vertical-align: -5px;
	color: orange;
	margin-left: 5px;
}

.request-service-form .form-wrap-full, .request-service-form .form-wrap-left, .request-service-form .form-wrap-right {
	margin-top: 12px;
}
.request-service-form .form-wrap-full {
	width: 390px;
}

.request-service-form .form-wrap-left {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.request-service-form .form-wrap-right {
	float: left;
	width: 130px;
}

.request-service-form .form-wrap-submit {
	margin-top: 20px;
}

.request-service-form .clear-fix {
	height: 1px;
	width: 390px;
	clear: both;
}

.request-service-form input, .request-service-form textarea, .request-service-form select {
	margin-top: 4px;
}

.request-service-form select {
	height: 22px;
	width: 100%;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 8px;	
}

.request-service-form input {
	height: 22px;
	width: 95%;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 8px;
}

.request-service-form .form-wrap-full.radiobtns input {
	width: 20px;
	float: left;
	margin-top: 0;
}

.request-service-form .form-wrap-full.radiobtns span {
	float: left;
	display: block;
	margin-top: 2px;
	margin-right: 12px;
}

.request-service-form .form-wrap-full.radiobtns {
	float: left;
	margin-bottom: 6px;
}

.request-service-form textarea {
	height: 60px;
	width: 98%;
	border: 1px solid silver;
	resize: vertical;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.request-service-form .wpcf7-submit {
	background-color: #4082c9;
	width: 130px;
	height: 32px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	border-style: none;
}



/* @end */