body{
	background: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;

}

a{
	color: #0e00cf;
	font-size: 12px;
	font-family: Verdana;
}
table#content
{
min-width: 600px;
max-width: 900px;
width: 100%;
width: expression(
(
document.body.clientWidth > (900 / 0.6)
)
?	'900px'
:	(document.body.clientWidth < (600 / 0.6))
?	'600px'
:	Math.round(document.body.clientWidth * 0.6) + 'px'
);
}
td#text {width: 80%;}
td#text input{width: 97%; color: #494848; font-weight :bold; padding-left: 5px;}

.head_menu{
	vertical-align: middle;
	padding-right: 10px;
}


.search_bg{
	background-image: url("../images/search_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #911515;
}
.button_bg{
	background-image: url("../images/button_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	padding-left: 15px;
}
.search_bottom_bg{
	background-image: url("../images/search_bottom_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 3px;

}

.bottom_tab{
	border-top: 1px solid #8f1416;
	vertical-align: middle;
	color: #7e7e7e;
	font-size: 10px;
	padding-right: 10px;
}
.block_title{
padding-bottom: 3px;
}
.green{
font-size: 11px;
font-family: Verdana;
color: #349708;
}
.block_left{
font-size: 12px;
font-family: Verdana;
padding-left: 20px;
width: 210px;
}

.block_text{
}
.content_text{

	color: #000000;
	font-size: 12px;
	font-family: Verdana;

}
.krosh{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}
.head_m{
padding: 4px;
}

