@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image:url(../img/main_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #120016;
	
	margin: 0;
	padding: 0;
	
	font-size: 10px;
	font-family: Verdana;
	color: #FFF;
	text-align: center;
	
}

* {
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a {
	color: #CCCCCC;
}
.main {
	width: 727px;
	margin: 0 auto;
	text-align: center;
	margin-top: 420px;
}

.content {

	padding: 10px 10px 30px 10px;
	font-weight: bold;
	line-height: 20px;
}

.content strong {
	color: #ebff17;
}

.content_text {

	padding: 10px 10px 30px 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

.content_text h1 {
	font-size: 20px;
	color: #ebff17;
	border-bottom: 1px solid #990099;
	padding: 10px;
}

.content_text p {
	padding: 10px;
}

.content_text p strong {
	color: #ebff17;
}

input.nr {
	background-image: url(../img/input.png);
	border: 0;
	width: 190px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #ebff17;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 20px;
}

input.kod {
	background-image: url(../img/input_kod.png);
	border: 0;
	width: 125px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #41003f;
	font-size: 20px;
	margin-left: 5px;
	
}

input.submit {
	background-image: url(../img/submit.png);
	border: 0;
	width: 45px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #41003f;
	font-size: 20px;
	margin-bottom: -1px;
}

.copyright {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-align: justify;
	
	border-top: 1px solid #666666;
	padding-top: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	
	line-height: 15px;
}

.estars {
	display: none;
	color: #000000;
	font-size: 9px;
}

.design {
	float: right;
}

