
/* CSS Document */

img, div, input {
	behavior: url("js/iepngfix.htc");
}

html, body {
	background-image: url(../images/backgrad.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#backpatt {
	background-image: url(../images/backpatt.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 340px;
}

#center {
	position: absolute;
	left: 50%;
	width: 744px;
	margin-left: -372px;
}

#mainpage {
	background-image: url(../images/back_main.jpg);
	background-repeat: no-repeat;
	height: 546px;
	width: 513px;
}

#content_box {
	height: 546px;
	height: 521px !important;
	width: 513px;
	width: 443px !important;
	background-color: #FFF;
	padding: 25px 35px 0 35px;
	background-image: url(../images/back_content.jpg);
	background-repeat: no-repeat;
}

#menu_box {
	background-image: url(../images/back_menu.jpg);
	background-repeat: no-repeat;
	height: 521px;
	width: 231px;
	background-color: #fdde00;
	padding-top: 25px;
}

p, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1a171b;
}

a {
	color: #b40818;
	text-decoration: underline;
}

.text_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a171b;
}

.text_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #1a171b;
}

.sisulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b40818;
	text-decoration: underline;
}

.sisulink a:link, .sisulink a:visited, .sisulink a:hover {
	color: #b40818;
}

#rules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1a171b;
	padding-right: 10px;
	width: 443px;
	width: 433px !important;
	height: 380px;
	overflow: auto;
}

#winners {
	width: 443px;
	height: 370px;
	overflow: auto;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a171b;
	width: 270px;
	height: 20px;
	border: none;
	background-color: #EEEEEE;
	padding: 4px 0 0 2px;
}

#reg_ok {
	position: absolute;
	top:165px;
	left: 50%;
	margin-left: -277px;
	width: 360px;
	width: 300px !important;
	padding: 30px;
	z-index: 50;
	background-color:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;	
}

#reg_error {
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -277px;
	width: 360px;
	width: 300px !important;
	padding: 30px;
	z-index: 50;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}