#bgModel{
	clear:both;
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:1;
	display:none;
}

.panel{
	position:absolute;
	background:#F4F9FB;
	border:1px solid #2B5166;
	z-index:2;
	margin:0 auto;
	top:9999px;
}

.panelTitle{
	background:#2B5166;
	cursor:pointer;
	height:28px;
}

.panelTitleHit{
	background:#4584A5;
	cursor:move;
	height:28px;
}

.panelTitleMov{
	background:#4584A5;
	cursor:move;
	height:28px;
}

.panelCaption{
	float:left;
	color:#FFF;
	font-weight:bold;
	line-height:28px;
	padding-left:30px;
	background:url(panelPic/gif53_033.gif) no-repeat 6px 6px;
}

.panelButtons{
	float:right;
	margin-top:6px;
	margin-right:4px;
}

.panelFooter{
	width:100%;
	background:#D1E7EF;
	border-top:1px solid #79B8D0;
	height:28px;
	text-align:center;
}

.panelMain{
	height:200px;
	padding:30px;
	color:#245160;
	line-height:30px;
}

.panelSubmit{
	margin:4px auto;
	width:120px;
	border-width:1px;
	border-color:#FFF #6FB3CC #6FB3CC #FFF;
	background:#DDEDF2;
}

.panelClose{
	padding:3px;
	border:1px solid #FFF;
	background:#498AB1;
	color:#FFF;
	cursor:pointer;
}

.panelRet{
	padding:20px;
	color:#2D9F35;
	font-weight:bold;
}

#FormReg{
	width:600px;
}

#FormRegTitle{
	width:100%;
}

#FormLogin{
	width:500px;
}

#FormLoginTitle{
	width:100%;
}
