body {
	background: #fff;
	padding:0;
	margin:0;
	font-family: Arial, helvetica, sans-serif;
	color: #353534;
}
body, th, td {
	font-size: 12px;
}

div#head {
	height: 362px;
	background: url('../img/front/box/bg-head.png') repeat-x top;
}
div#head_bg {
	height: 362px;
}
div#head_wrap {
	width: 980px;
	margin: auto;
	position: relative;
}
	
div#logo {
	position: absolute;
	left: 151px;
	top:0;
}
div#menu {
	position: absolute;
	left: 0;
	top:190px;
	width: 160px;
	text-align: right;
}
div#menu img {
	border: none;
	vertical-align: bottom;
}
div#menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
div#menu li {
	height: 30px;
}
div#menu a {
	color: #fff;
	text-decoration: none;
}
div#menu a.selected {
	border-bottom: 1px solid #ce5400;
}



div#submenu  {
	height: 45px;
	padding-top: 3px;
}
div#submenu img {border: none;
	vertical-align: bottom;
}
div#submenu  a {
	color:#000;
}
div#submenu img.sep {
	margin: 0 7px;
}
	
	

div#cont {
	width: 980px;
	margin: 0 auto;
	background: url('../img/front/box/bg-cont.png') top center no-repeat;
	min-height: 500px;
	padding:0;
	position: relative;
}
div#cont_in {
	margin:0;
	
	margin: 0 330px 0 179px;
	line-height: 22px;
	
	padding:0;
	padding-bottom: 50px
	
}










div#hasab2 {
	position: absolute;
	width: 269px;
	top: -59px;
	left: 673px;
	font-size: 11px;
	color: #dfdfdf;
	z-index: 3;
}
div#hasab2_base {
	background: url('../img/front/box/hasab2/bg-base.png') bottom no-repeat;
	position: relative;
	z-index:4;
}
div#hasab2_base_minta {
	background: url('../img/front/box/hasab2/bg-base-minta.png') top no-repeat;
	padding-bottom: 40px;
	/*border-radius: 0 0 50px 50px;*/
	border-radius: 50px;
}

div#hasab2_base_in {
	padding-top: 12px;
	padding-left: 31px;
	padding-right: 10px;
}

div#hasab2_top {
	background: url('../img/front/box/hasab2/bg-top.png') bottom no-repeat;
	
}
div#hasab2_top_minta {
	background: url('../img/front/box/hasab2/bg-top-minta.png') top no-repeat;
	padding-bottom: 40px;
	/*border-radius: 0 0 50px 50px; */
	border-radius: 50px;
	padding-top: 60px;
	padding-left: 31px;
	padding-right: 10px;

}
div#hasab2 .title{
	margin-bottom: 7px;
}
div#hasab2 ul {
	list-style: none
}
div#hasab2 li {
	margin-left: 0;
	margin-bottom:7px;
}
div#hasab2 a {
	color: #dfdfdf;
}
div#hasab2 a:hover {
	text-decoration: none;
}
	





div#foot1 {
	font-size: 11px;
	line-height: 35px;
	height: 35px;
	width: 980px;
	margin: auto;
}
div#foot1_in {
	padding-left: 179px;
}
div#foot1 a {
	color: #353534;
	text-decoration: none;
}
div#foot1 a:hover {
	text-decoration: underline;
}
div#foot2 {
	background: #353534 url('../img/front/box/bg-foot.png') repeat-x top;
	height: 35px;
	color: #fff;
	line-height: 35px;
	font-size: 11px;
}
div#foot2_in {
	width: 980px;
	margin: auto;
}
div#foot2_in_padd{	padding-left: 179px; 
}
div#foot2 a {
	color: #fff;
	text-decoration: none;
}
div#foot2 a:hover {
	text-decoration: underline;
}





h1, h2, h3, p {
	padding:0;
	margin: 0
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 20px
}
h1 img {
	vertical-align: -6px;
	margin-right: 2px;
	margin-left: -2px
}

ul {
	margin:0;
	padding: 0;
}
li {
	margin-left: 16px
}

a {
	color: #cd5400;
	
}

a.normal {
	color: #353534;
	text-decoration: none;
}
a.normal:hover {
	text-decoration: underline;
}



.inp_txt 
{
border: 1px solid #555;	
}

table.form {
	width: 100%;
}

table.form td {
	height: 35px;
}




div#kimenet {
	border: 1px solid #999;
	background:#e9e9e9;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 10px 0;
}
div#kimenet .hiba {
	color: #dd7700;
}
div#kimenet .proghiba {
	color: #ff0000;
}
div#kimenet .sikeres {
	color: #009900;
}



.vt {
	vertical-align: top;
}

.wf {
	width: 100%;
}