#winbakie6{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #winbakie6 { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#windowBack{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
    background:#000000;
    filter: alpha(opacity=60);  
    -moz-opacity:0.6;  
    opacity:0.6;
}

#windowMain{
    position:absolute;
    border:5px solid #cccccc;
    padding:5px;
    background:#ffffff;
	z-index:200;
	height:400px;
	width:500px;
	overflow:auto;

}
#dat_ttl{
    overflow:hidden;
    zoom:100%;
    background:#eeeeee;
    padding:3px;
    font-size:0.9em;
    line-height:1.5em;
    border:1px solid #cccccc;
}

#datMain{
    font-size:0.9em;
    line-height:1.5em;
}

#dat_ttl_l{
    float:left;
}
#dat_ttl_r{
    float:right;
}

