
/*--------------------------------------------------------------------------------------------------
	RIGHT COLUMN //// ASK A FREE QUESTION MODULE
--------------------------------------------------------------------------------------------------*/
#afq {
	background-image:url(images/afq_bg.jpg);
	background-repeat:no-repeat;
	width:188px; 
	min-height:437px; 
	height:auto; 
	text-align:center;
	margin: 15px 0px 10px 5px;
}

#afq .header_spacer{
	 width:168px; 
	 height:80px;
}

#afq afq_submit{
	width:168px; 
	height:65px; 
	text-align:center;
}

#afq form {
	margin:0;
	padding:10px;
}

#afq select.birthdate {
	float:left;
	margin: 0 5px 0 0;
	width:50px;
	padding:0;
	color:#333;
}

#afq select.category {
	float:left;
	margin: 0 5px 0 0;
	width:80px;
	padding:0;
	color:#333;
}
	
#afq fieldset {
	border:none;
	margin:0 0 5px 0;
	width:168px;
	display:block;
	padding:0;
	color:#333;
	font-size:9px;
	line-height:normal;
	float:left;
	display:inline;
}

#afq legend {
	font-size:11px;
	margin:0 0 3px 0;
}

#afq textarea {
	width:165px;
	height:60px;
	margin:0;
	padding:0px;
	color:#666;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	text-align:left;
}
	
#afq input.firstname {
	color:#666;
	float:left;
	width:75px;
	margin:0;
	padding:0;
}

#afq input.email {
	color:#666;
	float:left;
	width:160px;
	margin:0;
	padding:0;
}

.footer{
	width:188px;
	height:124px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}


