@charset "utf-8";
/* CSS Document */


label, input { display:block; width: 133px;}
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:4px; }


.btn_bet {	
    width:100%; 
    height:60px; 	
    color:#FFFFFF;
    
    border:1px solid #FFF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	border-radius:4px;
	
	background:#1C0 url(images/btn.png) repeat-x left top

}
.btn_bet:hover {background-color:#0F0;}
.btn_bet:active {background-color:#060;}


body {
	background-color:#CCC;
	font-family:Arial;
	font-size:12px;	
	color:#444;
}

a {color:#999; text-decoration:none;}
a:hover {color:#000; cursor:pointer; }

.menuList ul {background-color:#BBB; padding-left:1px; padding-right:1px; padding-top:0px; padding-bottom:1px}
.menuList li {
	list-style-type:none; 
	width:100%; 
	height:42px; 
	line-height:42px; 
	background:url(images/menu_lvl1_bg.png) repeat-x left center; 
	display:inline-block; 
	padding-top:1px; 
	text-align:center; 
	color:#222; 
	text-transform:uppercase;
}
.menuList li a {text-decoration:none; color:inherit;}
.menuList li:hover {color:#F00; cursor:pointer;}

.counter { width:96%; font-size:100px; font-family:Tahoma; background:#DD022C; color:#FFF;}

.date {
	color:#333;	
	margin-bottom:20px;
	font-size:16px;
}

.clock_wrapp {
	width:22%; 
	height:40px; 
	line-height:20px; 
	float:left; 
	background:#FFF; 
	color:#DD022C; 
	border:1px dashed #666; 
	margin:4px
}
.clock {color:#111;}

.wrapper {
	width:100%;	
}

.panel {	
	background:#FFF;
	padding:10px; 
	margin-left:10px; 
	margin-right:10px;
	
	border:1px solid #FFF;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	border-radius:4px;

	-moz-box-shadow: 5px 5px 10px #CCC;
	-webkit-box-shadow: 5px 5px 10px #CCC;
	box-shadow: 5px 5px 10px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135,  Color='#CCCCCC');	
}

.winers {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom:1px dashed #666;
	color:#555;	
}

.bet { 
	margin-left: 20px;
}

.footer {
	width:100%
	margin-top:20px;
}

.smallLabel{
	font-size:10px;		
}


