@charset "windows-1251";
/* CSS Document */

div.askexprt {
	width: 571px;
	padding: 0px;
	margin: 0px;

}

div.askexprt img {
	float: right;
	margin: 0px 0px 10px 10px;
}

form#askit textarea {
	width: 330px;
	height: 112px;
	border: 1px solid #cacaca;
	font-familiy: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

div.qnas {
	width: 90%;
	clear: both;
}

p.theq {
	text-indent: 30px;
	padding-top: 10px;
	background: url(../images/expert_q.gif) top left no-repeat;
}

p.thea {
	text-indent: 30px;
	padding-top: 10px;
	background: url(../images/expert_a.gif) top left no-repeat;
}

