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

.pageHeader {
	background: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
.pageHeader h2 {
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
}
.pageHeader h2 span {
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 1px  #000000;
}

#contact {
	font-size: 14px;
}
#contact p, #contact ul {
	width: 540px;
	margin: 0 auto 35px;
}
#contact ul li {
	line-height: 3;
}
#form {
	width: 960px;
	margin: 0 auto;
}
#form #lead {
	border-top: 1px solid #D2D2D2;
	text-align: center;
	font-size: 16px;
	padding: 50px 0;
}
#form #lead span {
	color: #FF0000;
	display: block;
	font-size: 14px;
}
#form .thanks {
	font-size: 13px;
	text-align: center;
	margin-bottom: 50px;
}
#form table {
	width: 960px;
	margin: 0 auto;
}
#form table th, #form table td {
	padding: 20px 0;
	text-align: left;
	font-size: 13px;
	border-top: 1px solid #D2D2D2;
}
#form table th {
	width: 195px;
	line-height: 32px;
	font-weight: normal;
	padding-left: 175px;
	vertical-align: top;
}
#form table th span {
	color: #FF0000;
}
#form table td input[type=text], #form table td textarea,#form table td input[type=email]{
	 border-radius: 5px;
	 border:#D2D2D2 1px solid;
	 box-shadow: inset 0 0 5px rgba(210,210,210,0.2),0 0 2px rgba(210,210,210,0.3);
	 width:382px;
	 font-size: 13px;
	 padding: 0 6px;
}
#form table td input[type=text],#form table td input[type=email] {
	 height:32px;
}
#form table td textarea{
	height: 186px;
	padding: 6px;
	line-height: 1.8;
}
#form table td input[type="checkbox"] {
	margin-right: 6px;
}
#form table .ch {
	line-height: 20px
}
#form table .ch div {
	float: left;
	margin-right: 45px;
}
#form table td label {
	display: block;
}
#form .button {
	text-align: center;
	margin: 50px auto 65px;
	overflow: hidden;
	display: inline-block;
}
#form input[type="submit"] {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	background: url(../images/submit.png) no-repeat;
	padding-left: 15px;
	transition: all 1.0s ease;
}
#form .button input[type="submit"]:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}
#form .button #submit {
	width: 300px;
	height: 40px;
	background-color: #298320;
	background-position: 95px center;
}
#form .button #back {
	width: 160px;
	height: 40px;
	margin-right: 20px;
	background-color: #777;
	background-position: 40px center;
}
#form .button form {
	float: left;
}
#buttonArea {
	text-align: center;
}
#form .error th,#form .error td {
	background: #ffdada;
}
#form .error p {
	color: #FF0000;
	font-weight: bold;
}
#form .confirm th {
	padding-left: 200px;
}
#form .confirm td {
	padding-right: 200px;
}

#privacy {
	width: 612px;
	margin: 0 auto 100px;;
	background: #F5F5F5;
	padding: 50px;
}
#privacy h4 {
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: normal;
	text-align: center;
}
#privacy ul li {
	margin-top: 12px;
}