﻿#goboBg
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(http://pics.sigbang.com/dialog/bg.png);
}
*html #goboBg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1997;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://pics.sigbang.com/dialog/bg.png",sizingMethod="scale"); 
	background:none; 
} 

#goboFrame
{
	position:absolute;
	top:0;
	left:0;
	background: #000000;
	filter: Alpha(Opacity=50, Style=0);
	-moz-opacity:0.50 !important;
	opacity:0.50 !important;
	z-index:1998;
}
#dialogWraper
{
	position:absolute;
	padding:2px; 
	background: #9cceff; 
	border:solid 1px #7fbefc;
	z-index:1999;
}
#dialogHeader
{
	position:relative;
	margin:0; 
	padding:0;
	height:27px; 
	background: url(http://pics.sigbang.com/dialog/title_bg.gif) repeat-x;
}
#dialogHeader .caption
{
	width:175px; 
	height:27px; 
	float:left; 
	background:url(http://pics.sigbang.com/dialog/title_bg2.gif) no-repeat;
}
#dialogHeader .caption div
{
	padding: 8px 0 0 10px; 
	color: #076dbc; 
	font-size:13px; 
	font-weight: bold; 
	text-align:left;
}
#dialogHeader .close
{
	padding: 5px 10px 0 0;
	float:right;
}
#dialogBody
{
	margin:0;
	padding:0;
	background:#f2f5f8;
}
.dialogBody
{
	margin:0;
	padding:10px;
	background:#f2f5f8;
}
.dialogBody .sky
{
	margin: 5px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	clear:both;
}
.dialogBody .air
{
}
.dialogBody .road
{
	border-bottom:dotted 1px #9f9f9f;
	margin:5px;
	height:1px;
	font-size:0;
	clear:both;
}
.dialogBody .action
{
	margin:0;
	padding:10px 0;
}
.dialogBody .action div
{
	width:60px;
    height:20px;
    line-height:20px;
	margin:0 10px 0 0;
	background:url(http://pics.sigbang.com/public/btn_b_60_20.jpg) no-repeat;
    text-align:center;
    float:left;
}
#tipWraper
{
	position:absolute;
	background:#fff799;
	padding:5px;
	z-index:1999;
}
#msgBox
{
	margin:0;
	border: solid 1px #ffc3c3;
	padding:10px 15px;
	background:#ffffff;
	color:#f76300;
}
.rowWraper
{
	margin:0;
	padding: 20px 50px;
}
.rowWraper .token
{
	width:60px;
	float:left;
}
.rowWraper .msg
{
	margin: 0 0 0 64px;
	padding: 10px 0 0 0;
	font-size:14px;
	text-align:left;
}

.confirm
{
	margin:0;
	padding: 10px 0;
}

.confirm ul
{
	margin:0;
	padding:0 60px 0 0;
	float:right;
}
.confirm ul li
{
	list-style-type:none;
    width:60px;
    height:20px;
    line-height:20px;
	margin:0 0 0 10px;
	padding:0;
	background:url(http://pics.sigbang.com/public/btn_b_60_20.jpg) no-repeat;
    text-align:center;
    float:right;
}
.hack
{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}