/* CSS For Info Form  */

#answers-block {
	margin: 30px 0 0 0;
}

	#answers-block .header {
		background:url(/images/answers-header-icon.gif) no-repeat left;
		display: block;
		width: 211px;
		height: 89px;
		padding: 0 0 0 90px;
		text-align: center;
	}

		#answers-block .header h3 {
			color: #00b7c4;
			font-size: 14pt;
			font-weight: normal;
		}

		#answers-block .header h4 {
			color: #00b7c4;
			font-size: 11pt;
			font-weight: normal;
		}

		#answers-block .header p {
			margin: 10px 8px 0 8px;
			color: #00b7c4;
			font-size: 8pt;
			font-weight: normal;
		}
	
	#answers-block .questions ul {
		list-style-image: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
		#answers-block .questions li {
			list-style: none;
			background:url(/images/answers-question-icon.gif) no-repeat left;
			display: block;
			min-height: 25px;
			width: 270px;
			padding: 0 0 0 40px;
			margin: 0 0 8px 0;
			font-size: 9pt;
			font-weight: normal;
			line-height: 11pt;
		}

		#answers-block .questions li a:hover {
			text-decoration: underline;
			cursor: pointer;
		}

	#answers-block form {
		width: 301px;
		margin: 20px 0 0 0;
		padding: 0;
		font-weight: normal;
		text-align: center;
	}

		#answers-block form h5 {
			color: #00b7c4;
			font-size: 13pt;
			font-weight: normal;
		}

		#answers-block form #question, #answers-block form #question-email {
			height: 22px;
			width: 281px;
			padding: 4px 2px 2px 2px;
			margin: 0 0 4px 0;
			font-size: 13pt;
			color: #44a6b9;
			border: 1px solid #44a6b9;
		}

		#answers-form-submit {
			background:url(/images/answers-form-submit.gif) no-repeat;
			display: block;
			width: 283px;
			height: 31px;
			margin: 3px auto 0 auto;
			border: 0;
			color: #ffffff;
			font-size: 11pt;
			font-weight: bold;
			text-align: center;
		}

		#answers-form-submit:hover{
			background:url(/images/answers-form-submit-up.gif) no-repeat;
			cursor: pointer;
		}		