.window_standard
{
	/* position:fixed !important;
	top:50px !important;
	left:50px !important; */
	z-index:800;
}
.window_standard_background
{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	background-color: #000;
	z-index:99;
}
.window_standard_title
{
	width:100%;
	text-align: center;
	font-weight: bold;
	top:-8px;
	cursor : all-scroll;
}
.window_standard_div 
{
    float: left;
    position: relative;
	opacity:1 !important;
}
.window_standard_button_close 
{
	position:absolute !important;
	bottom:-5px;
	left:-5px;
	width: 30px;
   	height: 30px;
   	z-index:800;
   	cursor: pointer;
 	background: url("../images/window-standard-button-close.png") no-repeat 0 0 !important;
}
.window_standard_top_left 
{
	width: 25px;
   	height: 25px;
 	background: url("../images/window-standard-top-left.png") no-repeat 0 0 !important;
}

.window_standard_top_middle 
{
	width: 50px;
   	height: 25px;
 	background: url("../images/window-standard-top-middle.png") repeat-x 0 0 !important;
}

.window_standard_top_right 
{
	width: 25px;
   	height: 25px;
 	background: url("../images/window-standard-top-right.png") no-repeat 0 0 !important;
}

.window_standard_middle_left 
{
	width: 25px;
   	height: 50px;
 	background: url("../images/window-standard-middle-left.png") repeat-y  0 0 !important;
}

.window_standard_middle_middle 
{
	width: 50px;
   	height: 50px;
 	background: #FFF;
}

.window_standard_middle_right 
{
	width: 25px;
   	height: 50px;
 	background: url("../images/window-standard-middle-right.png") repeat-y 0 0 !important;
}

.window_standard_bottom_left 
{
	width: 25px;
   	height: 25px;
 	background: url("../images/window-standard-bottom-left.png") no-repeat 0 0 !important;
}

.window_standard_bottom_middle 
{
	width: 50px;
   	height: 25px;
 	background: url("../images/window-standard-bottom-middle.png") repeat-x 0 0 !important;
}

.window_standard_bottom_right 
{
	width: 25px;
   	height: 25px;
 	background: url("../images/window-standard-bottom-right.png") no-repeat 0 0 !important;
}