#floatingDiv_over {
    background: url(img/popup_opaque.png) repeat;
    position: absolute;
	
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    /*height: 100%;*/
    margin: 0;

} .floatingDiv_sh {
    position: absolute;
    top: 100px;
    z-index: 1000;
    width: 450px;
} .floatingDiv_bar {
    /*background: #ddd;
	background: url(img/popup_opaque.png) repeat;
	*/
    height: 20px;
	width: 100%;
    /*text-align: right;
    float: none;*/
}.floatingDiv_image {
     height: 20px;
	width: 100%;
    text-align: right;
    float: none;
} .floatingDiv_bar2 {
    height: 20px;
	width: 100%;
    background: #ddd url(img/dragbar.gif) no-repeat center left;
    text-align: right;
    float: none;
	
} .floatingDiv_bar a {
	text-decoration: none;
    float: right;
	/*padding-top: 5px;*/
} 
.floatingDiv_sh a img
{
 border: none;
}
 #floatingDiv_popUpContents {
	border:2px solid #000C13;
	overflow: none;
	background: #fff;
} .floatingDiv_handle{
	cursor:move;
	/*background: red url(img/drag.png) no-repeat center left;
*/
}
.floatingDiv_blackDiv{
	background:black;
}
#popupMenuTR{
	height:20px;
	padding: 0 0 0 0;
	}
#popupMenuLeft{
	width:20px;
	padding: 0 0 0 0;
}
#popupMenuMid{
	margin: 0 0 0 0;
	background: url(img/popup_handlebar_bg.png) repeat-x;
	/*background:#DADADA;*/
	
}
#popupMenuRight{
	overflow:hidden;
	padding: 0 0 0 0;
}
#popupMenuRightImg{
	padding: 0 0 0 0;
}
#popupMenuLeftImg{
	padding: 0 0 0 0;
	
}