* {
	padding:0px;
	margin:0px;
	font-family:verdana;
	color:#505050;
}

body {
	
}

div.clearer {
	clear:both;
}

div.banner_gamble {
	float:right;
	/*background:#FF6600;*/
	background:url(../images/colors.jpg) repeat-y left top;
	font-size:15px;
	font-weight:bold;
	padding:8px;
	cursor:pointer;
	width:200px;
	margin-top:40px;
}
div.banner_gamble div {
	color:#fff;
}
img.logo {
	float:left;
	margin-top:40px;
}
img.slogan {
	float:left;
	margin-left:140px;
}
div.message {
	color:#880000;
	font-weight:bold;
}

div.header div.headline strong {
	text-align:center;
	display:block;
}

table.colorline {
	width:100%;
	border-spacing:0;
	border-collapse: collapse;
	empty-cells:show;
	margin:5px 0;
}
.colorline td {width:14%;height:10px;}
.colorline td.yellow {background:#FFBA14;}
.colorline td.orange {background:#EE800F;}
.colorline td.red {background:#C90008;}
.colorline td.pink {background:#E01098;}
.colorline td.green {background:#439F5C;}
.colorline td.blue {background:#009BF2;}
.colorline td.purple {background:#41006E;width:14,2%;}

div.center_content {
	margin:0 auto;
	width:900px;
	/*border-width:0 1px;
	border-style:solid;
	border-color:#000000;*/
}

div.article {
	font-size:14px;
	margin:20px 0;
	text-align: justify;
}
div.article strong {
	display:block;
}
div.article_left strong {
	text-align:left;
}
div.article_left .article_image {
	margin-right:10px;
	border:solid 1px #cccccc;
	padding:1px;
	float:left;
	cursor:pointer;
}
/*div.article_left .logo {
	position:absolute;
	bottom:1px;
	right:1px;
}*/
div.article_right strong {
	text-align:right;
}
div.article_right .article_image {
	margin-left:10px;
	border:solid 1px #cccccc;
	padding:1px;
	float:right;
	cursor:pointer;
}

div.footer {
	padding-top:10px;
}
/*firstinlayer*/
div.ovl_container {
	position:fixed;
	top:0;
	left:0;
	z-index: 2;
}
div.ovl_bg {
	background:#000;
}
div.ovl_content {
	position:fixed;
	left:50%;
	top:50%;
}
div.ovl_btnclose {
	width:20px;
	height:20px;
	background:url(../images/close.png);
	cursor:pointer;
	float:right;
}
#firstinlayer div.ovl_btnclose {

}
div.ovl_innercontent {
	background:#fff;
	padding:20px;
}
#firstinlayer div.ovl_innercontent * {
	font-size:12px;
}
#firstinlayer div.ovl_innercontent strong {
	display:block;
	font-size:18px;
}
#firstinlayer div.ovl_innercontent div.break {
	margin:5px 0 0;
	padding:5px 0 0;
	border-top:dotted 1px #ccc;
}
#firstinlayer div.ovl_innercontent div.prize {
	padding-left:10px;	
}
#firstinlayer div.label {
	float:left;
	width:160px;
	margin-right:5px;
	font-size:12px;
	line-height:22px;
}
#firstinlayer font.info_text {
	font-size:14px;
}
#firstinlayer div.inputs {
	font-size:12px;
}
#firstinlayer div.inputs input {
	padding:5px;
}
#firstinlayer div.submit_bar {
	text-align:right;
	margin-top:10px;
}