﻿body
{
	background-image: url(images/background.gif);
	margin-top: 0px;
}
.labels1
{
	color: #0084CB;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
h1
{
	color: #0084CB;
	font-family: Verdana;
	font-size: 20px;
}
hr
{
	color: #0084CB;
    height:2px;
}
input
{
	width: 170px;
	color: #CC3300;
	font-size: 12px;
	font-family: Verdana;
}
select
{
	color: #CC3300;
	font-size: 12px;
	font-family: Verdana;
}
textarea
{
	width:250px;
	height:100px;
	color: #CC3300;
	font-size: 12px;
	font-family: Verdana;
}
.link
{
	color:#CC3300;
	font-size:16px;
	font-family: Verdana;
}
.butun
{
	width:200px;
	color: #CC3300;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.content1
{
	padding: 10px;
	width: 350px;
	position: absolute;
	top: 220px;
	float: left;
	left: 10px;
}
.content2
{
	padding:10px;
	width: 500px;
	float: left;
	position: absolute;
	top: 20px;
	left: 380px;
}
.content3
{
	padding: 10px;
	width: 800px;
	position: absolute;
	top: 220px;
	float: left;
	left: 380px;
}
.content4
{
	padding:10px;
	width:350px;
	height:200px;
}
.content5
{
	padding:10px;
	width:350px;
	position:absolute;
	top:205px;
	left:10px;
}
.imgSmall
{
	width: 300px;
	height: 225px;
}
.imgBig
{
	width: 550px;
	height: 413px;
}
.popupWindow
{
	position: relative;
	left: 10px;
	top: -220px;
	width: 552px;
	height: 440px;
	border: 2px solid #0084CB;
	padding: 10px;
	background-color: white;
	z-index: 1;
	display:none;
}
.imgClose
{
	float:right;
	padding-top:5px;
}
.obrub2
{
	width: 550px;
	height: 413px;
	border: thin solid #0084CB;
}
.obrub1
{
	width: 300px;
	height: 225px;
	border: thin solid #0084CB;
}
    
