body {
   margin:0;
   padding:0;
   background: #34579d;   }
#cardtable {
   position:relative;
   width:100%; }
#topbar {
   margin:0;
   padding:0;
   width:100%;
   height: 24px;
   border-top: #000 solid 1px;
   border-bottom: #000 solid 1px;	
   z-index:900;
   background:#eee;
   font-size:13px;
   font-weight:bold;}
#topbar a, #tobbar a:visited, #topbar #gamestatus {
	display:block;
    float:left;
	color: #000;
	padding: 3px 0;
	width: 120px;
	text-align:center;
	border-right: #666 solid 1px;
	font-weight:bold;
	background:#eee;
	text-decoration:none;}
#topbar a:hover {
	color: #fff;
	background:#447bcd;
	text-decoration:none;}
#topbar #gamestatus {
	float:right;
	width: 300px;}		      
.abox {
	position: absolute;
    width: 300px;
	height:190px;
	background: #eee;
	top:150px;
	left: 35%;
	z-index:100;
	border: #000 solid 1px;}   
.headAbout {
	width: 295px;
	height: 18px;
	background:#78a6ea;
	color: #fff;
	font-weight:bold;
	cursor:move;
	font-size: 14px;
	padding-left:5px;}
.cntAbout img {
	margin:10px;
	border:0;
	float:left;}	
.cntAbout div {
	margin: 10px 10px 0 0;
	padding:0;
    width:50%;
	float:right;
	font-size:14px;}
.abox input {
	position:absolute;
	top:160px;
	font-weight: bold;
	right:20px;}
.abox .yb {
	position: absolute;
	font-size:10px;
	left:10px;
	top:140px; }	
#cntWin {
	text-align:center;
	padding:10px;
	font-weight:bold;}
#aWin {
	display:none;}		
