#rulespopup, #winpopup
{
	display:none;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-290px;
	width: 580px;
	height: 574px;
	padding: 17px 20px 20px 20px;
	z-index: 99;
	background: url(/web/images/game/popup-bg.png) no-repeat 0 0;
}

.popup-header
{
	width: 540px;
	height: 120px;
	margin: 0 0 26px 0;
	background: url(/web/images/game/header-bg.gif) no-repeat 0 0;
}
.popup-close
{
	float: right;
	clear: both;
	margin: 0;
}

#winpopup h1, #rulespopup h1
{
	float: center;
	clear: both;
	display: block;
	text-align: center;
	font-size: 19px;
	line-height: 1.1em;
	padding-top: 30px;
	margin: 0;
}

.popup-textbox
{
	width: 490px;
	margin: 0;
	padding: 30px 25px 10px 25px;
	background: #fff;
	font-size: 14px;
	color: #666;
}

.popup-textbox h2
{
	font-size: 18px;
	line-height: 1em;
}
.popup-textbox p
{
	width: 330px;
}


.row 
{
	padding-top: 5px;
}
.label
{
	width: 150px;
	float: left;
}
.filed
{
	
}
.popup-textbox .submit
{
	margin-top: 10px;
	height: 130px;
	text-align: right;
	padding: 3px 125px 0 0;
}


.popup-textbox h3
{
	color: #444;
	line-height: 1em;
	margin: 0;
}
.rules
{
	font-size: 12px;
	line-height: 1em;
}
.rules img
{
	vertical-align: middle;
}
#chips
{
	min-height: 250px;
	padding: 0 0 0 265px;
	background: url(/web/images/game/field.gif) no-repeat 0 0;
}
#chips p
{
	width: 225px;
}
.popup-textbox span
{
	text-decoration: underline;
}
