@charset "utf-8";
/* CSS Document */

body {
		background-position: top center;
		background-color:#E9FCE9;
		margin: 0;
		padding: 0;
		font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input:focus, input:active {
	outline: none;
	border: none;
}

a {
	color:#300;
	text-decoration:none;
	
}

p {
	font-size:12px;
color:#0b5405;
}

div.bodyDiv {
	
	width:600px;
	background-position: top center;
	float:center;
	margin: auto; 
	color: #172817;
	font-size: 12px;
	
}

div.top {
	height:116px;
	width:610px;
	background-color:#acdba0;
	float:left;
	margin-bottom:10px;
}

div.bottom {
	height:20px;
	width:610px;
	background-color:#acdba0;
	float:left;
	color:#030;
	margin-top:30px;
	line-height:19px;
	font-size:10px;
	text-align:center;
}

div.logo {

	background-image:url(../graphic/logo.jpg);
	height:116px;
	width:414px;
	background-repeat:no-repeat;
	float:left;
	margin-left:100px;
	
}

div.okno {
	width:224px;
	height:270px;
	float:left;
	background-color:#dff2d9;
	margin-top: 10px;
	margin-right:15px;
	margin-left:18px;
	padding: 20px;
	line-height:19px;

}

input.btn_send {
	width:85px;
	height:27px;
	background-image:url(../graphic/btn.gif);
	border:none;
	cursor:pointer;
	margin-left: 70px;
	margin-top: 20px;
}

h1 {
	font-size:11px;
	color:#0b5405;
	font-style:italic;
	text-align:justify;
}

h2 {
	font-size:13px;
	color:#172817;
	font-weight:bold;
	text-align:center;
}

