body {
	background: White url(./images/theme/bg_2.jpg) repeat scroll top;
}

body * input[type="text"], body * input[type="password"] {
	height: 14px;
	margin: 1px 0px;
}

#inp_control, #user_login, #user_surname, #user_first_name, #user_sot {
	padding:0.15em;
	width:13em;
	border: 1px solid #5D4221;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

body * {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
}

#main {
	width: 800px;
	height: 650px;
	background: transparent url(./images/theme/main.png) no-repeat scroll top center;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}

#main h2, #main h2 a {
	padding-top: 325px;
	text-align: right;
	margin-right: 25px;
	color: #313684;
}

#main #in {
	padding-top: 320px;
	text-align: right;
	padding-left: 90px;
}

#main h2 a {
	text-decoration: none;
	border-bottom: 2px dashed #313684;
}

#main h2:hover, #main h2 a:hover {
	color: #8287d2;
}

#main h2 a:hover {
	border-bottom: 2px dashed #8287d2;
}

.pic {
	display: block;
	float: left;
	width: 240px;
	height: 140px;
	margin-left: 18px;
	margin-top: 30px;
	background-color: #2d3288;
}

.pic img {
	border: 3px solid #313684;
}

* form {
	margin: 50px;
}

form * {
	font-size: 15px;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:27em;
}
label {
	float:left;
	width:10em;
	text-align:left;
	margin-right:1em;
	font-size: 16px!important;
}
legend {
	color:#0b77b7;
	font-size: 20px!important;
}
legend span {
	width:10em;
	text-align:right;
}
#inp_control {
	padding:0.15em;
	width:13em;
	border: 1px solid #5D4221;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#inp_login {
	padding: 0.15em;
	width: 13em;
	border: 1px solid #5D4221;
	background: #fafafa;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
}
#inp_password {
	padding:0.15em;
	width:2em;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background: url(./images/theme/submit-button.gif) no-repeat 0 0;
	display:block;
	float: right;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

.odd, * .odd {
	background-color: #D4E69C!important;
}

.navi a {
    background-color: white!important;
    border-radius: 50%!important;
}
