body {
	background: #002e3a url(./img/bg.gif);
	font-family: arial, helventica, tahoma, sans serif;
	font-size: 14px;
}

#main_cont {
	width: 609px;
	margin: 0 auto;
	padding-bottom: 40px;
}

header {
	height: 254px;
	max-height: 254px;
	position: relative;
	
}


#logo {
	display: block;
	width: 235px;
	height: 190px;
	background: url(./img/logo.png) no-repeat;
	position: absolute;
	top: 32px;
	left: 28px;
}


#h_capt {
	font-size: 18px;
	color: white;
	line-height: 22px;
	position: absolute;
	left: 290px;
	top: 70px;
}

#mid {
	background: #01bbe8 url(./img/cont/mid.png) repeat-y center top;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	behavior: url(/PIE.php);
	
}

#top {
	background: url(./img/cont/top.png) no-repeat center top;
}

#bottom {
	background: url(./img/cont/bottom.png) no-repeat center bottom;
	padding: 15px;
	min-height: 400px;
}

#content {
	position: relative;
	z-index: 10;
}

.err{
	border: solid 2px red;
}

div.item {
	overflow: hidden;
	padding: 12px 0;
}

.form_input {
	background-color: #ffffff;
	width: 300px;
	margin: 0;
	padding: 4px;
	border: solid 1px #0188be;
	box-shadow: inset 0 1px 1px #016481;
	-moz-box-shadow: inset 0 1px 1px #016481;
	-webkit-box-shadow: inset 0 1px 1px #016481;
	-khtml-box-shadow: inset 0 1px 1px #016481;
	behavior: url(/PIE.php);
	line-height: 16px;
	
}

textarea.form_input {
	resize: none;
}

.label {
	width: 195px;
	float: left;
	text-align: right;
	
}

.label .inner {
	padding-right: 20px;
}


#captcha img{
	border: solid 2px #0188be;
}


#captcha {
	padding-left: 195px;
}

#captcha p {
	padding: 12px 0;
}

input.button {
	border: solid 1px #0188be;
	margin: 12px 0 12px 195px;
	padding: 0;
	line-height: 34px;
	width: 204px;
	height: 34px;
	background: red url(./img/butt.png) no-repeat center top;
	color: white;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 3px 9px #000000;
	-webkit-box-shadow: 0 3px 9px #000000;
	-moz-box-shadow: 0 3px 9px #000000;
	-khtml-box-shadow: 0 3px 9px #000000;
	behavior: url(/PIE.php);
}


input.button:hover {
	background-position: center -34px;
}

.err_mess {
	padding: 12px 0 12px 195px;
}

.err{
	border: solid 2px red;
	box-shadow: none;
}