body {
	font-family: Verdana,sans-serif;
	background: #000000;
	padding:0px;
	margin: 0px;
}

#wrapper{
	border-top: 1px solid #404040;
	width: 100%;
	overflow:hidden;
}

#middle{
	margin: 0px auto;
	width: 1024px;
	overflow: hidden;
}

#header{
	width:1024px;
	height: 101px;
	position:relative;
}

#header.en{
	background: transparent url('../login/header_en.jpg') top left no-repeat;
}

#header.sk{
	background: transparent url('../login/header_sk.jpg') top left no-repeat;
}

#header .lang{
	position:absolute;
	top:10px;
	right:0px;
	width:100px;
}

#header .lang a{
	width:21px;
	height:21px;
	display:block;
	margin:0px 0px 0px 10px;
	float:right;
}

#header .lang a.en{
	background: transparent url('../images/eng.png') top left no-repeat;
}

#header .lang a.sk{
	background: transparent url('../images/sk.png') top left no-repeat;
}

#main{
	position:relative;
	width:1024px;
	height:480px;
	background: transparent url('../login/main.jpg') top left no-repeat;
}

#bottom{
	width:1024px;
	height: 21px;
	background: #ffffff;
	color: #a6a6a6;
	margin-bottom:20px;
}

#bottom img{
	margin-left:20px;
	border:0;
	float:left;
}
#bottom p{
	margin:3px 20px 0px 0px;
	padding:0px;
	float:right;
	font-size: 11px;
}
#bottom p a{
	color: #a6a6a6;
	text-decoration: underline;
}
#bottom p a:hover {
	text-decoration: none;
	color: #ff6600;
}

#main form {
	position :absolute;
	background:url('../login/form.jpg') top left no-repeat;
	width:438px;
	height:226px;
	top:23px;
	left:10px;
}

#main form.big {
	width: 440px;
	height:400px;
	background:url('../login/form_big.jpg') top left no-repeat;
}

#main form .button{
	position:absolute;
	background:url('../login/button.jpg') top left no-repeat;
	width: 98px;
	height:98px;
	top:53px;
	left:370px;
	border: 0px;
	cursor: pointer;
}

#main form .button:hover {
	background:url('../login/button_sel.jpg') top left no-repeat;
}

#main form .oblast{
	position: absolute;
	top:40px;
	left:40px;
	width:355px;
	height:150px;
}

#main form h4,#main form h5{
	color:#E95A13;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#main form h4{
	size: 12px;
}

#main form .row{
	height: 18px;
	margin-top:15px;
}

#main form label{
	float: left;
	width: 126px;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#dbd7d7;
	margin-right:7px;
}

#main form input.text{
	background: #ffffff;
	border: 1px solid #CCCCCC;
	width : 210px;
	height:16px;
	padding: 0px;
	color: #000;
}

#main form h5{
	font-size: 11px;
	margin-top:22px;
}

#main form ul, #main form ul li{
	margin:0px;
	padding:0px;
	font-size:10px;
	color : #dbd7d7;
}

#main form ul li{
	list-style-position: inside;
}

#main form p{
	padding:0px;
	margin:0px;
	font-size:10px;
	color : #dbd7d7;
}

#main form p.first{
	margin:15px 0px 15px 0px;
	color: #E95A13;
}

#main form .captcha {
	margin-top: 30px;
}

#main form .captcha img{
	width:130px;
	border: 1px solid #CCCCCC;
}

#main form p.refresh{
	margin-left:133px;
}

#main form p.refresh a{
	color: #CCCCCC;
}

#main form input.text_capt{
	background: #ffffff;
	border: 1px solid #CCCCCC;
	width : 130px;
	height:16px;
	padding: 0px;
	color: #000;
}

#main ul.odrazky{
	padding:0px;
	margin:0px;
	position:absolute;
	top: 276px;
	left:30px;
}

#main ul.odrazky li{
	margin: 10px;
	padding: 0px;
	color: #000;
	font-size:17px;
	font-weight:bold;
	list-style-position: inside;
}
