﻿
 #DialogBoxBg
 {
 	width:100%;
 	height:100%;
 	display:none;
 	background-color:Black;
 	position:absolute;
 	top:0px;
 	left:0px;
 }
 
#FloatBox
{
	border:#FEA429 1px solid;
	 width:300px;
	 position:absolute;
	 top:50px;
	 left:40%; 
	 z-index:100;
}

#FloatBoxTitle
{
   float:left;
   width:100%;
   height:30px;
   border-bottom:#FEA429 1px solid;
   padding:0px;
   margin:0px;
}

#FloatBoxTitleText
{
	float:left;
	padding:0px;
	margin:0px;
	margin-left:10px;
	color:#818485;
	font-size:13px;
	line-height:30px;
	font-weight:bold;
}

#FloatBoxTitleClose
{
	float:right;
    padding:0px;
    margin:0px;
    margin-right:5px;
    color:#FF6600;
	font-size:13px; 
	line-height:30px;
	font-weight:bold; 
	cursor:pointer;
    background:url('../images/CloseDialog.gif') no-repeat;
    width:19px;
    height:19px;
    margin-top:6px;
}

#FloatBoxContent
{
	border-bottom:#FEA429 1px solid; 
	background:#fff;
}
