/*
	Mantain Resize Popup change these classes 
	#PopUp -> width
	#PopUpHeader #middle ->width = ( #PopUp -> width - 76 ) 
	#PopUpHeader #middle #close{margin-left: (#PopUp -> width - 100) }
	
	#PopUpBody #middle{width = (#PopUp -> width -38) )
	#PopUpBody #middle #Contant div{width = (#PopUp -> width - (76 + 38)}
	
	#PopUpFooter #middle ->width = ( #PopUp -> width - 76 ) 	
*/
#CoverUpdiv{
	position:absolute;
	background-color:#e1e1e1;
	top:0px;
	left:0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display:none;
	z-index:10;
}
#PopUp{
	position:absolute;
	width:550px;	
	display:none;
	z-index:10;
}
/* panel Header*/
#PopUpHeader{
	background-image: url(images/popup/pnl-top-left.png);
	background-repeat: no-repeat;
	padding-left:38px;
	height:53px;
	z-index:10;
}
#PopUpHeader #right{
	background-image: url(images/popup/pnl-top-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height:53px;
	width:38px;
	z-index:10;
}
#PopUpHeader #middle{
	background-image: url(images/popup/pnl-top-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:53px;
	width:474px;
	float:left;
	z-index:10;
	
}
#PopUpHeader #middle #close{ border:0px; position:absolute; float:right; top:22px; cursor:pointer}
#PopUpHeader #middle span{ position:absolute; margin:24px 0px 0px 5px;color:#ffffff;font-size:20px;}

/* panel Body*/
#PopUpBody{
	background-image: url(images/popup/pnl-left-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:38px;
	position:relative;
	overflow:auto;
	
}
#PopUpBody #middle{
	background-image: url(images/popup/pnl-right-bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	position:relative;
	padding:0px;
	width:512px;	
	

}
#PopUpBody #middle #Contant{ 
	background-color:#FFFFFF;
	margin-right:38px; 
	position:relative;
	padding-top:10px;
	
}
/*#PopUpBody #middle #Contant div{width:436px;border:1px solid red;}*/
/*#PopUpBody #middle #Contant p {padding:0px; margin:0px;}*/
/* panel Footer*/
#PopUpFooter{
	background-image: url(images/popup/pnl-bottom-left.png);
	background-repeat: no-repeat;
	padding-left:38px;
	height:53px;
}
#PopUpFooter #right{
	background-image: url(images/popup/pnl-bottom-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	height:53px;
	width:38px;
}
#PopUpFooter #middle{
	background-image: url(images/popup/pnl-bottom-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:53px;
	width:474px;
	float:left;
}