.dhtmlwindow {
    position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: #aaa;
}

.drag-handle {
    padding: 1px;
	text-indent: 3px;
	font: 14px Arial;
	background-color: #030301;
	color: #dadfe5;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls { /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

* html .drag-handle { /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
    width: 100%;
}

.drag-contentarea { /*CSS for Content Display Area div*/
    border-top: 1px solid brown;
	background-color: #aaa;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
    border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


/*___________________________________________________________________________________________ FORM ______________________________*/


fieldset { padding-top: 50px; border: none; }

.rexForm tr.apart { height: 20px; }

.rexForm label {
    line-height: 20px;
	float: left;
	margin: 0 10px;
	color: #dadfe5;
	font-family: "Microsoft Sans Serif", Tahoma, "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: .85em;
}
label.mandatory { color: #e3e834; }

.rexForm input {
	height: 13px;
    float: left;
	padding: 3px 0 0 3px;
	background-color: #dadfe5;
	border: solid 1px #7f7f7f;
	color: #030301;
	font-family: "Microsoft Sans Serif", Tahoma, "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
/*	filter: alpha(opacity=50);
	opacity: .5;               */
}
.rexForm input.grandismo { width: 225px; }
.rexForm input.grande { width: 180px; }
.rexForm input.mediomas { width: 155px; }
.rexForm input.medio { width: 110px; }
.rexForm input.mediomenos { width: 85px; }
.rexForm input.petiso { width: 35px; }
