﻿.jBox
{
	position: absolute;
	 border:5px solid #5393d3; 
	 box-shadow:#666 0px 0px 15px;
	/* border: 1px solid #6B97C1;*/
	visibility: hidden;
	background-color: white;
	text-align:left;
}

.jBoxHandler
{
	cursor: move;
	font: bold 14px Arial;
	line-height:40px;
	background:#8BACCF url(images/register_head_bg.gif);
	font-size:18px; 
	color:#ff6600;
	font-weight:bold;
	font-family:"微软雅黑";
	overflow: hidden;
	text-indent:5px; 
	/*color: white;background:#8BACCF url(Images/pupop_bg.png) repeat-x scroll 0 0;*/
	height:40px;
}

#btn_close
{
	/*background:transparent url(Images/pupop_bg.png) no-repeat scroll 0 -30px;*/
	background:transparent url(images/register_close.gif) no-repeat;
	height:29px;
	line-height:100px;
	margin-right:5px;
	position:absolute;
	width:34px;
	right:3px;
	top:0px;
	border:0;
}
#btn_close:hover
{
	background:transparent url(images/register_close.gif) no-repeat;
	/*background:transparent url(Images/pupop_bg.png) no-repeat scroll -37px -30px;*/
	cursor:pointer;
}
.jBoxContent
{
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
	overflow: auto;
	font-size:13px;
	border:0;
}
