#pseudoWindow {
position:absolute; 
top:0px; 
left:0px; 
width:317px; 
height:21px;
background-color:#ffffff; 
 border-top:black 1px solid;
 border-left:black 1px solid;
 border-right:black 1px solid;
display:none;
}

#titlebar {
 position:absolute; 
 top:0px; 
 left:0px; 
 width:315px; 
/* height:18px; */
 background-color:#D9DFE6;
}

/* #contentFrame,  */
#info_content{
 position:absolute; 
 top:20px; 
 left:-1px; 
 height:1px;
 width:317px;
 background-color:#ffffff;
 margin-left:0px;
 margin-top:0px;
 overflow:visible;
 padding:0px;
 border-bottom:black 1px solid;
 border-left:black 1px solid;
 border-right:black 1px solid;

}
