body {
	color: c7bec0;
	background: #454640 url(images/background.jpg) repeat-x;
	font: 20px "Calibri", Lucida, Verdana, sans-serif;
	width: 1260px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1 {
	font-size: 26px;
}

img {
	border: 0;
}

a {
	color: white;
	text-decoration: none;
}

p {
	margin: 5px 20px 15px 20px;
}

p.error {
	color:orange;
}

a:hover{
	text-decoration: underline;
}

fieldset {
	border: 0;
	background-color: #373735;
	padding: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

legend {
	padding-top: 50px;
	text-align: left;
	font-weight: bold;
}

input {
	font-size: 16px;
}

select{
	font-size: 16px;;
}

textarea{
	font-size: 16px;
	text-align: left;
}

button {
	font-size: 16px;
	font-weight: bold;
}

#header {
	height: 285px;
	width: 1260px;
	background-image: url(images/header_1260x285_NEU.png);
	background-repeat: no-repeat;
	position:relative;
}

#main {
	min-height: 112px;
	width: 890px;
	padding: 0 260px 0 110px;
	background: url(images/sub_header_glow_1260x112_NEU.png) no-repeat left top;
}

#banner {
	width: 890px;
	height: 90px;
	-moz-background-clip: padding;
	-moz-background-inline-policy:continuous;
	-moz-background-origin: content;
	-moz-border-radius: 5px;
	border:1px solid #1e1e1c;
	color: #c7bec0;	
	background:#4a4b46 url(images/background_panel.png) repeat-x left bottom;
}

#countdown {
	width: 470px;
}

#menu {
	text-align: right;
}

.panel {
	-moz-background-clip: padding;
	-moz-background-inline-policy:continuous;
	-moz-background-origin: content;
	-moz-border-radius: 5px;
	border:1px solid #1e1e1c;
	color: #c7bec0;	
	background:#4a4b46 url(images/background_panel.png) repeat-x left bottom;
}

.panel_header {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	height: 38px;
	padding: 8px 0 0 20px;
	font-size: 20px;
	color: #c7bec0;
	background: #373735;
}

.panel_sub_header {
	height: 38px;
	padding: 12px 0 0 20px;
	font-size: 20px;
	color: #c7bec0;
	background: #373735;
}

.panel_content {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 10px;
}

#content {
	width: 590px;
	padding: 0 10px 0 0;
	float:left;
}

#content > .panel {
	margin: 10px 0 0 0;
	font-size: 18px;
}

#sidebar {
	width: 290px;
	float: left;
}

#sidebar > .panel {
	margin: 10px 0 10px 0;
	font-size: 16px;
}

#footer {
	padding: 25px 0 0 110px;
	height:50px;
	text-align: left;
	clear: both;
	background: url(images/background_footer.jpg) repeat-x left bottom;
}

#language {
display:inline-block; position:absolute; top:22px; right:425px;
}

#share {
display:inline-block; position:absolute; right:265px; top:30px;	
}

.game {
	width: 100px;
	float:left;
	margin: 20px;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
}

.biggame {
	margin: 20px;
	height:80px;
	font-size: 20px;
	text-align: left;
	line-height: 22px;
	vertical-align:bottom;
}

.biggame a img {float:left; margin-right:20px;}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

.suggestBox, .ac_results { 
	border: 1px solid silver;
	background-color: white;
	z-Index: 99999;
	opacity: 0.90;
	filter: Alpha(opacity=90);
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.suggestBox div, .ac_results li { 
	padding: 3px 8px; 
	line-height: 25px; 
}

.suggestBox div:hover, .ac_over { 
	background-color: #DEDEDE; 
	cursor: pointer; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}



