﻿.overlay_xp_win {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.xp_win_nw {
	background: transparent url(xp_win/left-top.png) no-repeat 0 0;			
  width:6px;
  height:30px;
}

.xp_win_n {
  background: transparent url(xp_win/top-middle.png) repeat-x 0 0;			
  height:30px;
}

.xp_win_ne {
  background: transparent url(xp_win/right-top.png) no-repeat 0 0;			
  width:6px;	  
  height:30px;
}

.xp_win_w {
  background: transparent url(xp_win/frame-left.png) repeat-y top left;			
  width:7px;
}

.xp_win_e {
  background: transparent url(xp_win/frame-right.png) repeat-y top right;			
  width:7px;	  
}

.xp_win_sw {
  background: transparent url(xp_win/bottom-left-c.png) no-repeat 0 0;			
  width:6px;
  height:21px;
}

.xp_win_s  {
  background: transparent url(xp_win/bottom-middle.png) repeat-x 0 0;			
  height:7px;
}

.xp_win_se, .xp_win_sizer {
  background: transparent url(xp_win/bottom-right-c.png) no-repeat 0 0;			
  width:16px;
  height:21px;
}

.xp_win_sizer {
	cursor:se-resize;	
}

.xp_win_close {
	width: 21px;
	height: 30px;
	background: transparent url(xp_win/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:6px;
	cursor:pointer;
	z-index:1000;
}

.xp_win_minimize {
	width: 23px;
	height: 30px;
	background: transparent url(xp_win/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:50px;
	cursor:pointer;
	z-index:1000;
}

.xp_win_maximize {
	width: 23px;
	height: 30px;
	background: transparent url(xp_win/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:27px;
	cursor:pointer;
	z-index:1000;
}

.xp_win_title {
	float:left;
	height:18px;
	font-family:  Microsoft Sans Serif, Verdana, Tahoma, Arial, sans-serif;
	font-size:10pt;
	font-weight: bold;
	text-align: center;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
}

.xp_win_content {
	overflow:auto;

}


