html, body  
{
	 font-size: 12px; 
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

body *
{
	margin: 0px; 
	padding: 0px; 
	font-size: 1em; 
	text-align: left;
}

img 
{
	border: 0px;
}

h1 
{
	font-size: 1.4em; 
	font-weight: bold;
}

h2 
{
	font-size: 1.2em;
}

h3
{
	font-size: 1em; 
	font-weight: bold;
}

#main
{
	width: 1000px;
	margin: 0 auto;
	/*border: 1px solid black;*/
}

#logo
{
	width: 1000px;
	height: 120px;
	background-image: url("images/top.png");
	background-position: top center;
}

#logo>a
{
	float: left;
}

#menu
{
	background-image: url("images/menu.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 460px;
	height: 35px;
	margin-left: 450px;
	padding-top: 85px;
}

#menu>a
{
	height: 34px;
	width: 85px;
	display: block;
	float: left;
}

.style1_div
{
	margin: 12px;
}

.style1_div_inner
{
	background-color: #e7ebf2;
	border-top: 1px solid #bec8dc;
	border-bottom: 1px solid #bec8dc;
	color: #1284a8;
	padding: 12px;
}

.info_linki
{
	display: block;
	float: left;
	background: url('images/infolinki_bg.png');
	border-left: 1px solid #bec8dc;
	border-right: 1px solid #bec8dc;
	padding: 1px;
	margin: 0 14px 0 18px;
}

.style2_div
{
	margin-right: 12px;
	overflow: hidden;
}

.style2_div_inner
{
	background-color: #e7ebf2;
	color: #5f772b;
	/*	border-bottom: 1px solid #bec8dc;*/
}

.style2_div_inner h3
{
	height: 15px;
	background-image: url('images/h3_bg.png');
	font-size: 13px;
	color: white;
	font-weight: normal;
	padding: 10px 12px;
}

.style2_div_inner .content
{
	color: #5f772b;
	font-size: 12px;
	padding: 12px;
}

.style2_div_inner ul li
{
	LIST-STYLE: NONE;
}

.style2_div_inner ul a
{
	color: #5f772b;
	text-decoration: none;
}


#left
{
	float: left;
	width: 750px;
}

#right
{
	width: 250px;
	margin-left: 750px;
}

.style1_div_inner input[type="text"]
{
	margin: 14px 0 0 142px;
	width: 162px;
	height: 20px;
	background: transparent;
	border: none;
	color: #53555a;
	font-size: 11px;
}

.style1_div_inner .pkt_info
{
	width: 154px;
	height: 37px;
	margin-left: 166px;
	margin-top: 18px;
	/*border-bottom: 1px solid black;*/
	font-size: 10px;
	text-align: center;
}

.style3_div
{
	margin: 12px;
}

.style3_div_inner
{
	background-image: url('images/lower_bg.jpg');
	padding: 2px;
	/*	border-bottom: 1px solid #bec8dc;*/
}

.style3_div .style3_div_inner .data_input
{
	width: 290px;
	height: 24px;
	background-image: url('images/lower_input_bg.png');
	margin: 4px 4px;
}

.style3_div .style3_div_inner .data_input label
{
	width: 110px;
	float: left;
	display: block;
	font-size: 11px;
	color: #53555a;
	margin: 5px 0 0 5px;
}

.style3_div .style3_div_inner .data_input input[type="text"]
{
	width: 160px;
	height: 22px;
	margin-left: 122px;
	display: block;
	background: transparent;
	border: none;
	color: #53555a;
	font-size: 12px;
}

.style3_div .style3_div_inner #left_input
{
	width: 294px;
	float: left;
}

.style3_div .style3_div_inner #right_input
{
	width: 294px;
	float: left;
}

.style3_div .style3_div_inner #buttony_input
{
	width: 120px;
	float: left;
}

.style3_div .style3_div_inner #clear, .style3_div .style3_div_inner #submit
{
	width: 102px;
	height: 18px;
	display: block;
	margin: 5px;
	background-image: url('images/lower_button_bg.png');
	border: none;
	font-size: 13px;
	color: #53555a;
	text-align: center;
	padding: 9px;
}

.style3_div .style3_div_inner #submit
{
	width: 120px;
	height: 36px;
}

.style1_div_inner a
{
	color: #5F772B;
	text-decoration: none;
}
