
#windownbg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
    z-index:90000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    left:0;
    top:0;
}
#windown-box {
	position: absolute;
	border: 3px solid #FFF;
	background: #FFF;
	text-align: left;
    top: 0px;
    left: 160px;
    z-index: 90002;
}

#windown-title {
	position: relative;
	height: 30px;
        width: 622px;
	/*border: 1px solid #A6C9E1;*/
	border: 1px solid #CCCCCC;
	overflow: hidden;
        background: transparent url(../../layout/images/table/tile_tableheader.png) repeat scroll 0 0;
}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 5px;
	font-size: 14px;
	color: black;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
}
#windown-content {
	position: relative;
	overflow: auto;
	text-align: left;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

#link {
    color: #3880C2;
    font-size: 12px;
}

#link: hover{
    text-decoration: underline;
}
