#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
	opacity: 0.6! important;
}
#windown-box {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	background: #222;
	text-align: left;
	box-shadow: 0 0 13px #999;
	padding: 10px 10px 10px 10px;
	color: #666;
}
#windown-title {
	position: relative;
	height: 30px;
	line-height:30px;
	border: 1px solid #CCC;
	/* overflow: hidden; */
	display: none;
}
#windown-title h2 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding:0;
	height:30px;
	line-height:30px;
	font-family: Arial, Calibri;
	background:#CCC;
	text-indent:0.5em;	
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 12px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(../images/icon.png) -820px -720px no-repeat;
	cursor: pointer;
	margin:0px auto; 
}
#windown-close:hover
{
     cursor:pointer;
}
#windown-content-border {
	position: relative;
	padding: 5px 0 5px 5px;
}
#windown-content {
	position: relative;
	 overflow: inherit; 
	font-family: Arial, Calibri;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
#windown-content .dialogtext
{
    font-size:16px;
    line-height:20px;
    margin: 5px;
    color: #444;
}
#windown-content .dialogtext p
{
    margin:0;
    padding:0;
}
#windown-content .dislogbtn
{
    width: 62px;
    float: right;
    text-align: right;
    position: absolute;
    right: -20px;
    top: -66px;
    z-index: 9999999999;
}
#windown-content #Ok 
{
    width:70px;
    height:27px;
    line-height:27px;
    margin:0 10px 0 0;
    float:left;
}
#windown-content #Cancel 
{
    width: 51px;
    height: 40px;
    line-height: 30px;
    margin:0 0 0 10px;
    /* float:left; */
    background: url(../../images/uu.png) no-repeat;
    color: #fff;
}
#windown-content .btn 
{
    font-size: 12px;
    vertical-align:middle;
    color: #333333;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    background: #CCC;
}

#windown-content .btn:hover
{
    vertical-align:middle;
    color: #fff;
    /* font-weight: normal; */
    text-decoration:none;
    display:block;
    text-align: r;
    background: #333;
    opacity: .8;
}

.dialogtext table td b{font-size:12px;color:#666}
.dialogtext table td {vertical-align: top;}