@charset "utf-8";
/* CSS Document */
.dialog
{
	position:absolute;
	z-index:3;
	width:350px;
	border:1px solid #BBBBBB;
	background-color:#FFFFFF;
}
.dialog span
{
	float:left;
	width:100%;
	height:30px;
	line-height:28px;
	background:url(../images/guidinfo_bg.jpg) bottom repeat-x;
}
.dialog span a
{
	display:block;
	float:right;
	padding-right:5px;
	color:#990000;
	cursor:pointer;
}
.dialog span a#gb
{
	float:right;
	display:block;
	width:28px;
	height:28px;
	background:url(../images/dialogClose.jpg) center center no-repeat;
}
.dialog span a#dialogBack
{
	display:none;
}
.dialog span em
{
	float:left;
	padding-left:4px;
	width:90px;
}
.dialog ul
{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
.dialog ul li
{
	cursor:pointer;
	text-align:center;
	width:50px;
	height:25px;
	line-height:25px;
	float:left;
}


