/** BY XPERTOSOLUTIONS Copyright 2009-2010**/
/** WINDOWS **/
.x_window {
	/*position:absolute;*/ /*ya no va*/
	left:400px;
	top:530px;
	width:250px;
	z-index:1003;
	padding:0px;
	background:#FFFFFF;
	font-size:12px;
	border: 1px solid #c2c2c2;
}
.x_window_header{
	cursor:move;
	padding:10px 10px;
	line-height:1.0em;
	border-bottom: 1px solid #ddd;
	/*background: url(image/x_popup_head.png) repeat-x;*/
	position:relative;
	display:block;
}
.x_window_content{padding:8px 10px;height:250px;overflow:auto;}
.x_window_close_button{
	background: url(image/x_popup_close.png) no-repeat top left;
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
}
.x_window_title{font-weight:700; font-size:1.1em;}
.xmodal_overlay{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #999;
     z-index:1001;
     opacity:.50;
     -moz-opacity: 0.50;
     filter: alpha(opacity=50);
}
/*** END WINDOWS**/