﻿@charset "utf-8";

#reqform {
	overflow:hidden;
	width: 100%;
	padding:10px 0 30px;
}

#reqform h2.contenttitle {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
	font-size: 18px;
	color: #007dd3;
	margin: 10px 0 0 24px;
	font-weight: bold;
	border-bottom: 1px solid #09491f;
	font-family:sans-serif;
}

#reqform .formarea {
	width: 100%;
	float: left;
	min-height: 260px;
	margin: 10px 0 0 24px;
	font-size: 13px;
	color: #716D68;
	margin-bottom: 15px;
	font-family:open sans;
}

#reqform .formarea .formline {
	width: 100%;
	float: left;
	height: 25px;
	/*background: url(images/form-bg-medium.png) right no-repeat;*/
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	font-family:open sans;
}

#reqform .formarea .formline-2 {
	width: 100%;
	float: left;
	height: 100px;
	/*background: url(images/form-bg-large.png) right no-repeat;*/
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	font-family:open sans;
}

#reqform .formarea .formline .label {
	width: 100%;
	float: left;
	margin: 0 10px 0 0;
	font-family:sans-serif;
}

#reqform .formarea .formline .reqinput {
	width: 100%;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#reqform .formarea .formline-2 .label {
	width: 100%;
	float: left;
	margin: 0 10px 0 0;
    font-family:sans-serif;
}

#reqform .formarea .formline-2 .reqinput {
	width: 100%;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#reqform .formarea .formliner {
	width: 100%;
	float: left;
	height: 25px;
	/*background: url(images/input-file-bg.png) right no-repeat;*/
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	position: relative;
}

#reqform .formarea input[type=submit] {
	width: 100%;
	height: 32px;
	float: right;
	border: none;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	background: url(images/submit-button.png) no-repeat;
}

#reqform p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: Calibri;
	padding-top: 60px;
}

