.modal-background {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:.30;
	filter:alpha(opacity=30);
	opacity:.30;
}
.window-container {
	width:350px;
	position:absolute;
	left:350;
	top:200;
	/*font-size:13px;
	font-family:verdana;*/
	
	/* Borde redondeado */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
	/* Sombra */
	-moz-box-shadow:1px 1px 5px #999;
	-webkit-box-shadow:1px 1px 5px #999;
	-khtml-box-shadow:1px 1px 5px #999;
	box-shadow:1px 1px 5px #999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=110, Strength=4) progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=160, Strength=4);
	
	zoom:1;
}
.window-titleBar {
	height:28px;
	/*margin:0 9px 0 9px;*/
	margin:0;
	text-align:center;
	border:1px solid #99BBE8;

	/* Borde redondeado */
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-khtml-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.window-titleBar-content {
	height:23px;
	text-align:left;
	padding:5px 0 0 10px;
	background: transparent url(../skin/top-bottom.gif) 0 -1px repeat-x;
	cursor: move;
	color:#15428B;
	font-weight:bold;
	
	/* Borde redondeado */
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	-khtml-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.window-titleBar-leftCorner {
	background: transparent url(../skin/top-bottom.gif) repeat-x;
	width:9px;
	height:23px;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
}
.window-titleBar-rightCorner {
	background: transparent url(../skin/top-bottom.gif) repeat-x;
	width:9px;
	height:23px;
	position: absolute;
	right: 0px;
	top: 0px;
	display:none;
}
.window-minimizeButton {
	width: 15px;
	height: 15px;
	background: transparent url(../skin/acordeon-minus.gif) no-repeat 0 0;
	position: absolute;
	right: 50px;
	top: 6px;
	cursor: pointer;
}
.window-maximizeButton {
	width: 15px;
	height: 15px;
	background: transparent url(../skin/acordeon-plus.gif) no-repeat 0 0;
	position: absolute;
	right: 30px;
	top: 6px;
	cursor: pointer;
}
.window-closeButton {
	width: 15px;
	height: 15px;
	background: transparent url(../skin/acordeon-close.gif) no-repeat 0 0;
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
}
.window-content {
	height:100%;
	background-color:#E0E7F7;
	/*font-size:13px;
	font-family:verdana;
	color:#000000;*/
	border-left:1px solid #99BBE8;
	border-right:1px solid #99BBE8;
	overflow:auto;
	padding:10px;
}
.window-statusBar {
	height:19px;
	position: relative;
	overflow: hidden;
	background: #C3DAF9;
	border:1px solid #99BBE8;
	
	/* Borde redondeado */
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}
.window-resizeIcon {
	width: 10px;
	height: 19px;
	background: transparent url(../skin/se-handle.gif) 0 9px no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: se-resize;
	
	/* Borde redondeado */
	-moz-border-radius:0 0 3px 0;
	-webkit-border-radius:0 0 3px 0;
	-khtml-border-radius:0 0 3px 0;
	border-radius:0 0 3px 0;
}