﻿.modal-window-holder {
}

.modal-window-bk_holder {
	width: 1008px; height: 640px; 
	left: 0pt; top: 0pt; 
	visibility: visible; 
	display: block;
	background-color: #486CAE;	
	background: black url(imagenes/backgrounds/maskBG.png) repeat scroll 0 0;
	position: absolute;
	opacity: 0.8;	
	filter: alpha(opacity=80)!important ;
	z-index: 5;
}

/*.drag-handle*/
.modal-window-titulo
{
	padding-left: 4px;
	background-color: #03277C;
	width: 100%; /*opacity: 0.5;*/
	height: 17px;
	color: #fefefe;
}

.modal-window-titulo .modal-window-titulo-controls {
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 2px;
}

.modal-window_form {
	background-color: white;
	border: 1px solid black;
	position: absolute;
	visibility: visible;	
	z-index: 101; 
	width: 590px; 
    display: block;
    left: 207px;
    top: 22px;
}

.drag-contentarea {
	background-color: white;
	border-top: 1px solid brown;
	color: black;
	height: 150px;
	overflow: auto;
	padding: 2px;
}

.drag-statusarea {
	background-color: #F8F8F8;
	border-top: 1px solid gray;
	height: 13px;
}

.drag-resizearea {
	cursor: nw-resize;
	float: right;
	font-size: 0;
	height: 13px;
	width: 13px;
}
