@charset "utf-8";
/* QA CSS Document */

#questions {
	margin-right: 35px;
	padding-top: 1px;
}

#questions .pos {
	margin: 12px 30px 0 12px;
	font-size: 11px;
	line-height: 1.5em;
}

#questions form {
	display: block;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
	background: url(images/qa_form.gif) left top repeat-x;
}

#questions form #new_q {
	float: right;
	margin-top: -4px;
	width: 153px;
	height: 35px;
	font-size: 11px;
	border: 0;
	background: #0c467e url(images/qa.gif) left top no-repeat;
	color: #fff;
	cursor: pointer;
}

#questions span {
	display: block;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
	background: url(images/qa_form.gif) left top repeat-x;
}

#questions span #new_que {
	float: right;
	margin-top: -4px;
	width: 153px;
	height: 35px;
	font-size: 11px;
	border: 0;
	background: #0c467e url(images/qa.gif) left top no-repeat;
	color: #fff;
	cursor: pointer;
}


#ie6 #questions form #new_q, #ie7 #questions form #new_q {
	margin-right: -50px;
}

#text_block ol {
	color: #000;
	margin-left: 30px;
}

#text_block ol li p {
	font-size: 13px !important;
}



