@charset "utf-8";
/* CSS Document */

/*----------------Content Containers----------------*/
.formContainerL2 {
	width: 240px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.clear {
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
/*----------------Form Elements----------------*/
input:focus, textarea:focus, option:focus, select:focus {
	background-color: #F4F5F7;
	border: 1px solid #8FA4B1;
}
input:hover, textarea:hover {
	border: 1px solid #8FA4B1;
}
.selectField {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 293px;
	height: 30px;
	padding: 5px;
	background-color: #F9FAFB;
	margin-top: 5px;
	border: 1px solid #C4C4C4;
}
.selectField2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 228px;
	height: 30px;
	padding: 5px;
	margin-top: 5px;
	background-color: #F9FAFB;
	border: 1px solid #C4C4C4;
}
.textField {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 280px;
	height: 20px;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #C4C4C4;
}
.textField2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 215px;
	height: 20px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #C4C4C4;
}
.commentField {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	width: 280px;
	padding: 5px;
	height: 75px;
	margin-top: 5px;
	border: 1px solid #C4C4C4;
	background-color: #F9FAFB;
}
.submitButton {
	width: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #314049;
	padding:3px;
}
.submitButton2 {
	width: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	margin-left: 85px;
	padding:3px;
}
.clearButton {
	width: 60px;
	margin-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #314049;
	margin-left: 10px;
	padding:3px;
}
input{
	border:1px solid #C4C4C4;
	background-color: #F9FAFB;
	background-image: none;
	outline: 0px;
}