.modalDialog_transparentDivs{	
filter:alpha(opacity=40);	/* Transparency */
opacity:0.4;	/* Transparency */
background-color:#AAA;
z-index:1;
position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
	overflow: auto;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.esq_box{
	float: left;
	width: 26%;
	height:100%;
}
.esq_box_top{
	height: 10%;
}
.esq_box_down{
	margin-top: 10px;
	height: 500px;
	border-right:1px solid;
}
.dir_box{
	float: left;
	width:74%;
	height: 100%;
}
.dir_box_left{
	width: 40%;
	
	float: left;
}
.dir_box_right{
	float:left;
	margin-top: 122px;
}
.dir_box_left_top{
	margin-top: 122px;
	height:auto;
	margin-left:30px;
}
.dir_box_left_down{
	margin-top:20px;
	margin-left:30px;
}

