
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
}
#windown-box {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	border: 5px solid #444;
	background: #FFF;
	text-align: left;
}
#windown-title {
	position: relative;
	height: 30px;
	overflow: hidden;
	background-image: url(/js/ui/Tips/images/bg.png);
	background-repeat: repeat-x;
}
#windown-title h2 {
	font-size: 14px;
	color: #FFF;
	top: 5px;
	left:10px;
	position: relative;
}
h2
{
    padding: 0px;
    margin: 0px;
}
#windown-close {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 17px;
	height: 15px;
	text-indent: -10em;
	overflow: hidden;
	background: url(/js/ui/Tips/images/close.png) no-repeat;
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
	padding: 5px 0 5px 5px;	
}

#myBox
{
    display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#myBox img
{
    cursor:pointer;
}
.alert_blank{
	height:100%;
	width:0;
	display:inline;
	vertical-align:middle;
	zoom:1;
}
#windown-content {
	width:100%;
	zoom:1;
	display:inline;
	vertical-align:middle;
	text-align:center;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

