a
{
	color:#0070DF;
	text-shadow:0 0 30px #0070DF;
}

a:hover
{
	color:#0AD00A;
	text-shadow:0 0 30px #0AD00A;
}

a img
{
	border:0 none;
}

html
{
	min-height:100%;
	background:#000 url(../media/template/images/login.jpg) no-repeat center top 100%/100%;
	font-weight:100;
}

a span.accesskey
{
	color:#61C6EC;
}

body
{
	background-color:rgba(0,0,0,0.8);
	width:430px;
	color:#FFF;
	border-radius:20px;
	font-family:Ubuntu, Trebuchet MS;
	min-height:575px;
	box-shadow:0 0 50px #000;
	margin:40px auto;
	padding:20px 20px 10px;
}

h1
{
	font-size:30pt;
	text-align:center;
	text-shadow:0 0 30px #0070DF;
	color:#0070DF;
	font-weight:400;
}

h1 small
{
	font-size:20pt;
}

h1 img
{
	width:400px;
	display:block;
	margin:auto;
}

h1 a
{
	text-shadow:inherit;
	text-decoration:none;
}

p.copyright
{
	margin-top:20px;
	text-align:center;
	color:silver;
	font-size:9pt;
}

fieldset label
{
	text-align:left;
}

noscript
{
	display:none;
}

input[type="text"],input[type="password"]
{
	margin-top:5px;
}

input[type=button],input[type=submit],button
{
	font-family:inherit;
	background-color:#2E2E2E;
	color:#FFF;
	border-radius:3px;
	cursor:pointer;
	border:1px solid #000;
	margin:3px 0;
	padding:5px;
}

input[type=button]:hover,input[type=submit]:hover,button:hover
{
	background-color:#0AD00A;
	color:#000!important;
	box-shadow:0 0 10px #0AD00A;
}

fieldset
{
	background:url(../media/template/images/fieldset.jpg) no-repeat scroll center top / 100% auto #1A1A1A;
	border:5px solid #0070DF;
	border-radius:10px;
	color:silver;
	position:relative;
	box-shadow:0 0 10px #0070DF;
	margin-top:60px;
	z-index:2;
	padding:30px 8px 0;
}

fieldset:hover,fieldset:hover legend
{
	box-shadow:0 0 10px #0AD00A;
	border-color:#0AD00A;
}

fieldset legend
{
	color:#FFF;
	font-size:13pt;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	background:none repeat scroll 0 0 #000;
	display:block;
	position:absolute;
	top:-39px;
	box-shadow:0 0 10px #0070DF;
	z-index:1;
	padding:5px 10px 7px;
}

fieldset legend+*
{
	margin-top:-10px!important;
}

fieldset input[type=text],input[type=password],input[type=file]
{
	border:1px solid #363636;
	font-family:inherit;
	color:silver;
	font-size:11pt;
	width:390px;
	background-color:#0A0A0A;
	display:block;
	border-radius:3px;
	padding:3px;
}

select option
{
	color:#000;
	background-color:#FFF;
}

select
{
	border:1px gray solid;
	border-radius:5px;
	width:150px;
	padding:5px;
}

p.chyba
{
	color:red;
	text-shadow:0 0 30px red;
	text-align:center;
}

span.accesskey,h1 a:hover
{
	text-decoration:underline;
}

form,#copyright,p.doprostred
{
	text-align:center;
}