html{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	background-color:#F0F0F0;
}

.clear{
	clear:both;
	height:0px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
/*----------------------*/
#div-main-wrapper{
	width:920px;/*height:640px;*/
	margin:0 auto 10px auto;
	/*border: solid 1px #CCC;*/
	/*border: solid 5px #000;
	background-color:#F00;*/
	
}

#div-top-banner{
	height:170px;
	background-color:#CCC;
	border-bottom:solid 1px #FFF;
	line-height:170px;
	text-align:center;
}

#div-mmenu{
	height:30px;
	line-height:30px;
	background-image:url(../img/mmenu-bg.jpg);
	color:#FFF;
	font-size:12px;
}
#div-mmenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	/*margin-left:5px;*/
}

#div-mmenu ul li{
	float:left;
}

.mm-link{
	margin-left:30px;
	cursor:pointer;
	outline:none;
}

#div-mmenu-bottom-stripe{
	margin-top:1px;
	margin-bottom:0px;
	height:16px;
	background-color:#fff;
}

#stripe-inner{
	position:absolute;
	left:0;
}

#div-logo{
	text-align:right;
	background-color:#fff;
	padding-right:20px;
}

#div-top-stripe{
	/*margin-top:40px;*/
	/*width:920px;
	height:60px;
	background:transparent url(../img/div-content-top-stripe-home.jpg) no-repeat;*/
}

#div-content-wrapper{
	padding:10px;
	border: solid 1px #CCC;
	border-top:none;
	min-height:200px;
	background-color:#fff;
}

#div-content-wrapper-round{
	background-color:#F0F0F0;
}

#div-content{
	padding:10px;
}

#submit-button{
	cursor:pointer;
}

#div-msisdn-request{
	text-align:center;
}

#div-msisdn-request #instruction{
	padding-bottom:12px;
	font-size:22px;
	font-weight:bold;
	color:#0896d6;
}

#preloader{
	/*text-align:right;
	height:16px;
	background:url(../img/content-inner-stripe.jpg) top no-repeat;
	border: solid 1px #CCC;
	border-top:none;
	border-bottom:none;*/
}

#history-feedback{
	color:#903;
	margin-bottom:16px;
}

#history-data{
	list-style-type:none;
}

#history-data li{
	background-color:#FFF;/*Fix IE in Jquery*/
	font-size:18px;
	font-weight:bold;
}

/*#history-data li span{
	font-size:20px;
	font-weight:bold;
}*/

.hist-result-label{
	color:#0896d6;
}

.hist-result-value{
	color:#000;
}

.winner-result-label{
	color:#0896d6;
	float:left;
	width:200px;
	/*background:inherit;*//*For IE, only 8*/
	padding:4px 4px 4px 10px;
	font-size:16px;
	border-right:solid 1px #fff;
}

.winner-result-value{
	font-size:14px;
	font-weight:normal;
	/*float-left;*/
	display:inline-block;/*Fix padding problems in Firefox*/
	padding:4px 4px 4px 20px;
	/*border:solid 1px #000;*/
}

.winners-even{
	background-color:#cce5f0;
}

.winners-odd{
	background-color:#bad6e3;
}

.table-winners{
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:22px;
	border:solid 1px #408A88;
}

.div-winners-title{
	padding:6px 6px 6px 12px;
	line-height:16px;
	background:transparent url(../img/winners-tbl-header-bg.jpg) repeat-x;
	color:#fff;
	border-bottom:solid 1px #fff;
}

.table-winners .winners-even,.winners-odd{
	border-top:solid 1px #DAE9F1;
	border-bottom:solid 1px #489D9B;
}

/*.q-a-container{
	background:transparent url(../img/faq-bg.jpg) no-repeat;
	padding:14px;
	margin:0px 30px 0px 30px;
}*/

#hints{
	font-size:18px;
	color:#0896d6;
}

#hints ol{
	padding:0;
	margin:0;
}

#hints li{
	background:transparent url(../img/faq-bg.jpg) no-repeat;
	padding:14px;
	margin:0px 30px 0px 30px;
}

#hints span{
	color:#000;
	font-size:14px;
	/*font-weight:bold;*/
}

.hints-img-container{
	text-align:center;
	margin-top:16px;
}

.faq-question{
	color:#0896d6;
	font-size:18px;
	font-weight:bold;
}

.faq-answer{
	color:#000;
	font-size:14px;
	margin-bottom:20px;
}

/*#history-data ul{
	list-style-type:none;
}*/

#prizes-container{
	height:340px;
	background:url(../img/prizes-bg.jpg) no-repeat;
}

/* Prizes Area */
#table-prizes #ul-spacer{
	width:500px;
}

#table-prizes ul{
	margin:40px 0 0 20px;;
	padding:0;
	list-style-type:none;
}

#table-prizes li{
	height:32px;
	margin-bottom:6px;
}

#table-prizes ul .frequency{
	font-size:16px;
	font-weight:bold;
}

#table-prizes ul li.title{
	font-size:22px;
	font-weight:bold;
	text-align: center;
	margin-bottom:38px;
}



