﻿div.window,
div.window td,
a
{
		font-family:  Tahoma,Helvetica,Arial,'宋体';
		 font-size:12px;
		 line-height:normal;
}
div.window
{
position:absolute;z-index: 9999;
}
div.mask {
	top: 0;left: 0;z-index :1000;position:absolute;
	background-image: url(../images/box/mask.png);background-repeat: repeat;opacity:0.5;filter:alpha(opacity=50);
}

div.window div.header
{
		height: 23px;
		background-image: url(../images/box/bar-l.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding:0 0 0 10px;
}
div.window div.header div.bar
{
	height: 23px;
	background-image: url(../images/box/bar-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.window div.header div.title { height: 23px; line-height: 23px; text-align: center; font-weight: bold; color: #5E3800; background-position: 1px center; background-repeat: no-repeat; }
div.window div.header a.close:hover
{
 background-position:0 -16px;
}
div.window div.header a.close
{
background-position: 0 0; position:absolute; right:5px; top:4px; width:16px; height:16px; cursor:pointer; 
background-image: url('../images/icon/close.gif'); background-repeat: no-repeat;
}
div.window div.header div.closeMe{
	text-align:right;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	color: #CB8C2E;
	padding-right: 10px;
	float:right;
	width:50px;
}
div.window div.body { border: 1px solid #E6C48F; background-image: url('../images/box/bg-body.gif'); background-repeat: repeat-x; background-color: #FFFFFF; padding: 15px; *background-position:0 1px; }
div.window div.footer
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6C48F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6C48F;
	border-left-color: #E6C48F;
	background-color: #FFFFFF;
}
div.window div.footer div.closeMe{
	text-align:center;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	color: #CB8C2E;
}


div.window div.tips { z-index: 9910; background-position: 20px center; position: absolute; border: 2px solid #E2BA7E; background-color: #FFFBE6; color: #3E1F00; overflow: hidden; }
div.window div.tips div.tipsBody{ background-image: url('../images/icon/info-16x16.gif'); background-repeat: no-repeat; margin:10px 10px; padding:0 0 0 26px;  overflow:visible; border-width: 0px;}
div.window div.tips div.close{ margin-top:8px;}
div.window div.tips input.close,
div.window div.tips span.close{cursor:pointer; margin:0 0; padding:0 0; border-width:0 0; background-color:Transparent;}

/* 窗口内容 */
div.windowHtmlContent { color: #5E3800;  font-family:'宋体';}
div.windowHtmlContent a{color: #5E3800;}

div.windowHtmlContent form{}

div.windowHtmlContent span.rate,
div.windowHtmlContent span.guessRate{
	font-weight: bold;
	padding-left: 5px;
}
div.windowHtmlContent span.rate
{
}
div.windowHtmlContent span.at{
	font-size:14px;
}
div.windowHtmlContent span.guessRate{
	color: #990000;
	font-size:14px;
}
div.windowHtmlContent table.formTable{}
div.windowHtmlContent table.formTable td
{
	line-height: 29px;
	height: 29px;
	text-align:left;
}
div.windowHtmlContent table.formTable td.title{
	width:80px;
	text-align: right;
	padding-right: 5px;
}

div.windowHtmlContent input.box { margin: 0 0; padding: 0 0; background-position: 3px 0; line-height: 19px; height: 19px; width: 60px; border: 1px solid #603900; font-weight: bold; padding-left: 20px; background-image: url('../images/icon/score2.gif'); background-repeat: no-repeat; }
div.windowHtmlContent input.winMoney
{
	background-color: #ECE9D8;
	color: #333333;
}
div.windowHtmlContent input.imageBtn {width:102px; height:31px; cursor:pointer;  padding:0 0; margin:0 0; border:0; background-image: url('../images/button/chipIn.gif'); background-repeat: no-repeat; }
div.windowHtmlContent span.note { color: #666666; }
