@charset "utf-8";
/* CSS Document */

.form {
	background-image: url(../images/formBG.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-bottom: 34px;
}

.form h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 40px;
	margin-left: 28px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Helvetica67-CondensedMedium;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.form p {
	margin-top: 0px;
	color:#FFFFFF;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 22px;
	padding-top: 0px;
	margin-bottom: 8px;
}

.form h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right: 18px;
	margin-left: 22px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-left: 20px;
	border-bottom-width: 0px;
}
.form2 {
	background-image: url(../images/contactBG.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

.form2 p {
	margin-top: 0px;
	color:#FFFFFF;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 28px;
	padding-top: 0px;
	margin-bottom: 8px;
}

.form2 h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 56px;
	margin-left: 28px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Helvetica67-CondensedMedium;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.form2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right: 18px;
	margin-left: 22px;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-left: 20px;
	border-bottom-width: 0px;
}

.formClear{
	background-image: none;
}

.formBtn {
	clear:both;
	width:125px;
	height:26px;
	background:#333333 url(../img/btnBG.png) no-repeat;
	text-align:center;
	line-height:22px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: 0px;
	margin-bottom: 6px;
}
.formBtn:hover {
	background:#444444 url(../img/btnBG.png) no-repeat;
}
input {
	height: 22px;
}
.cell{
	background-image: none;
	background-color: #F9F9F9;
	border: 2px solid #FFFFFF;
}
