#draghead
{
	width: 100%;
}
#wclosebtn{
    float:right;
}

#floatBox
{
	border: #8ca0b0 1px solid;
	display: none;
	z-index: 1001;	
	position: absolute;
    /*margin-left:-270px; */
    margin-top:-40px;
}
/*
#floatBox .footBox
{
	padding-right: 15px;
	padding-top: 10px;
	height: 30px;
	background-color: #eef2f6;
}
	
	
	
	
.errorBox
{
	padding-right: 5px;
	background-position: 5px center;
	padding-left: 50px;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(image/msg.gif);
	padding-bottom: 15px;
	color: #999933;
	padding-top: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
	
.msgBox
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	background-image: none;
	padding-bottom: 15px;
	color: #999933;
	padding-top: 15px;
	text-align: left;
}



#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=40);
}



#timeBox
{
	font-size: 12px;
	padding-bottom: 3px;
	color: #996633;
	padding-top: 10px;
}*/