body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
a, a.hover{
	color:#0000ff;
}
h2{
	color:#3080d0;
	font-weight:bolder;
	font-size:15px;
	margin-top:25px;
	text-align:center;
}
#info{
	margin:10px auto 0px auto;
	width:600px;
	text-align:center;
	font-size:12px;
}
#rules{
	margin:70px auto 40px auto;
	width:720px;
	font-size:12px;
}
#top{
	margin:20px auto 0px auto;
	width:540px;
	text-align:right;
}
#main{
	margin:0px auto 0px auto;
	width:540px;
	height:390px;
	background:url('img/board.gif') #bca67c;
}
#scores{
	float:left;
}
#scoresTable{
	margin:16px 30px 16px 16px;
	border:1px solid #000000;
	padding-left:1px;
}
#scores table{
	border:1px solid #000000;
	background:#ffffff;
	border-collapse:collapse;
	color:#222;
	font-size:12px;
	font-family:Arial, sans-serif;
}
#scores table td{
	border:1px solid #ccc;
	padding:3px 12px;
}
tr#r_6, tr#r_general{
	border-bottom:2px solid black;
}
tr#r_sum td{
	font-weight:bolder;
}
#dices{
	float:left;
	width:280px;
	!background:#ffffff;
	height:200px;
	margin:30px auto;
	padding:10px;
	!border:1px solid black;
}
.dice{
	margin:20px 4px;
	cursor:pointer;
}
.help{
	display:none;
	background:#F1F1EC;
	border:1px solid #bca67c;
	padding:16px;
	margin-top:40px;
}
#rollsLeft, #score, #score2, #topscore{
	font-weight:bolder;
	font-size:18px;
}
.tmpscore{
	font-size:9px;
	color:#333;
	cursor:pointer;
}
.score{
	font-size:11px;
	font-weight:bolder;
	cursor:normal;
}
.btn{
	cursor:pointer;
}
.btndis{
	cursor:normal;
	opacity:0.8;
	MozOpacity:0.8;
	filter:alpha(opacity=80);
}