h4 a:hover,h2 a:hover{
    color:#000;
}

#faq-title {
	width: 100%;
}
#faq-title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#faq-title h1 {
	font-size: 28px;
	float: left;
	line-height: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#faq-title p {
	margin: 0 30px;
	font-size: 13px;
	padding: 20px 0 10px;
}
#faq-title a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 100;
}

.faq-module {
	background: #fff;
	width: 811px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 25px;
}
.faq-module h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
.faq-module h3 {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
}
.faq-module span {
	font-size: 22px;
}
.faq-module div {
	margin: 10px 0;
}
.faq-module label {
	width: 100px;
	margin: 0 0 0 50px;
	font-size: 14px;
	display: inline-block;
}
.faq-module label span {
	font-size: 12px;
}
.faq-module div.text-input input  {
	background: #fff;
	width:  282px; height: 40px;
	font-size: 18px;
	padding: 0 6px;
	margin: 0 10px 0 20px;
	border: 1px solid #ceccca;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 40px;
	display: inline-block;
}

.faq-module div.text-input textarea {
	background: #fff;
	width:  282px; height: 140px;
	font-size: 13px;
	padding: 0 6px;
	margin: 0 10px 0 20px;
	border: 1px solid #ceccca;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 40px;
	display: inline-block;
	float:left;
}

#message_label{
    margin-top:60px;
    float:left;
}

.faq-module div.explanation {
	background: #efd094;
	width:  262px; height: 40px;
	font-size: 13px;
	padding: 0 6px 0 20px;
	margin: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 43px;
	border: 1px solid #efd094;
	display: inline-block;
	text-transform: uppercase;
}

.faq-module div.note-error{
	background: #eda3a4;
	border: 1px solid #eda3a4;
}

.faq-module p {
	margin: 20px 0;
	font-size: 14px;
}
.faq-module em {
	font-style: italic;
	font-size: 12px;
}
.faq-module p a {
	text-decoration: underline;
}

.faq-module a:hover{
	text-decoration: underline;
	color:#000;
}

.faq-module .remember-me-container{
    margin-left:175px;
}

.faq-module .remember-me-container label{
    width:270px;
    margin-left:15px;
}

.faq-module #join-submit{
    margin-left:175px;
}