@CHARSET "UTF-8";
@import "screen.css";

h2, h3, h1{
	font-size:14pt;
	font-weight:normal;
	color:gray!important;
}
H1 SPAN{
	color: gray;
	font-size:9pt;
	padding-left:5px;
}

#mainContener{
	position: relative;
}

#ads{
	position: absolute;
	left: 80px;
	top: 115px;
}

#adsWrapper{
	height: 105px;
	width: 100%;
	clear:both;
	}

#game_desc{
	width:520px;
	border: 1px solid silver;
	float:left;
	padding:5px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom: 30px;
}

.register{
	padding:10px;
	background:#637D8A;
	color:#E5E9EC;
	font-size:11pt;
	}

#game_desc P{
	color:#333;
	text-indent:2em;
	}

#sf_guard_auth_form{
	margin-top:5px;
	font-size:8pt!important;
}

.form_error{
	font-size:10pt;
	color:#EFC000;
}
.form-row{
	width:200px;
}
.register_hint{
	color:#333;
	font-size:9pt	
}
UL#regulamin{
	color:gray;
	list-style:circle;
	margin-left:30px;
}