/* form_obr											 */
div.form_obr {
	position: relative;
}
div.form_obr_table {
	margin-top: 28px;
}
div.form_obr table  {
	width: auto;
	margin: 0 auto;
}
div.form_obr table td {
	padding: 3px 5px;
}
div.form_obr input, div.form_obr textarea {
	width: 186px;
	background-color: #fff;
	border: 1px solid;
	border-color: #000000 #f9f3e0 #f9f3e0 #000000;
	font: 12px Tahoma;
	padding: 2px 4px;
}
div.form_obr textarea {
	height: 84px;
	width: 300px;
}
div.form_obr b {
	color: #f00;
}
.ta_right {
	text-align: right;
}
#but_send {
	width: 46px;
	height: 17px;
	background: url(../img/button.gif) no-repeat;
	border: 0;
}

/* quest_item 									*/
div.quest_item {
	border-top: 1px solid #92765e;
	font: 15px "Times New Roman";
	line-height: 20px;
	margin-top: 20px;
	padding: 10px 0;
}
div.quest_item span {
	position: relative;
	display: block;
	color: #000067;
	text-indent: 10px;
	background-color: #e4dcc5;
	padding: 3px 10px;
}
div.quest_item h2{
	background-color: transparent;
}


/*						paging												*/
div.paging {
	position: relative;
	font: bold 14px "MS Sans Serif",;
	color: #000067;
	text-align: center;
	margin: 20px;
}
div.paging a:link, div.paging a:visited  {
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}
div.paging a:hover  {
	font-weight: normal;
	text-decoration: none;
	color: #003300;
}
#prev { float: left; }
#next { float: right; }

