
#modal_pane {
  background-image:url('/lib/images/modal_back.png');
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:3000px;
  display:block;
  z-Index:100;
/*   border:1px solid red; */
}


.popup_panel_div
{
  font-family:Arial,sans;
/*  font-weight:bold;*/
  color:#6a6359;
}
.popup_close_link
{

	font-weight:bold; color:#b51a8a; 
	border:0;
	
}
.grayblue_panel_title {
	color:#6a6359; 
	font-size:15px;  
	text-transform:capitalize;
	font-weight:bold;  	
}

.grayblue_panel_hr {
  background:#6a6359;
  height:5px;
  display:block;
  clear:both;
  margin-top:5px;
  margin-bottom:15px;
}
.grayblue_panel_dots {
  border-top:1px dotted #6a6359;
  height:1px;
  line-height:1px;
  display:block;
  clear:both;
  margin-top:5px;
  margin-bottom:5px;

}


.grayblue_panel_top_left {
	background-image:url('/lib/images/panels/grayblue/top_left.png'); 
	background-repeat:no-repeat;  
	width:18px; height:18px; 
}
.grayblue_panel_top {
	background-image:url('/lib/images/panels/grayblue/top.png'); 
	background-repeat:repeat-x;  
	width:auto; height:18px; 
}
.grayblue_panel_top_right {
	background-image:url('/lib/images/panels/grayblue/top_right.png'); 
	background-repeat:no-repeat;  
	width:18px; height:18px; 
}


.grayblue_panel_left {
	background-image:url('/lib/images/panels/grayblue/left.png'); 
	background-repeat:repeat-y;  
	width:18px; 
	height:auto; 
}
.grayblue_panel_inner {
  background-color:#dfe2e3;
}
.grayblue_panel_right {
	background-image:url('/lib/images/panels/grayblue/right.png'); 
	background-repeat:repeat-y;  
	width:18px; 
	height:auto; 
}

.grayblue_panel_bottom_left {
	background-image:url('/lib/images/panels/grayblue/bottom_left.png'); 
	background-repeat:no-repeat;  
	width:18px; 
	height:18px; 
}

.grayblue_panel_bottom {
	background-image:url('/lib/images/panels/grayblue/bottom.png'); 
	background-repeat:repeat-x;  
	width:auto; 
	height:18px; 
}

.grayblue_panel_bottom_right {
	background-image:url('/lib/images/panels/grayblue/bottom_right.png'); 
	background-repeat:no-repeat;  
	width:18px; 
	height:18px; 
}


/*--*/
.gray_panel_top_left {
	background-image:url('/lib/images/panels/gray_panel/top_left.png'); 
	background-repeat:no-repeat;  
	width:7px; height:7px; 
}
.gray_panel_top {
	background-image:url('/lib/images/panels/gray_panel/top.png'); 
	background-repeat:repeat-x;  
	width:auto; height:7px; 
}
.gray_panel_top_right {
	background-image:url('/lib/images/panels/gray_panel/top_right.png'); 
	background-repeat:no-repeat;  
	width:7px; height:7px; 
}


.gray_panel_left {
	background-image:url('/lib/images/panels/gray_panel/left.png'); 
	background-repeat:repeat-y;  
	width:7px; 
	height:auto; 
}
.gray_panel_inner {
  background-color:#f4f4f4;
}
.gray_panel_right {
	background-image:url('/lib/images/panels/gray_panel/right.png'); 
	background-repeat:repeat-y;  
	width:7px; 
	height:auto; 
}

.gray_panel_bottom_left {
	background-image:url('/lib/images/panels/gray_panel/bottom_left.png'); 
	background-repeat:no-repeat;  
	width:7px; 
	height:7px; 
}

.gray_panel_bottom {
	background-image:url('/lib/images/panels/gray_panel/bottom.png'); 
	background-repeat:repeat-x;  
	width:auto; 
	height:7px; 
}

.gray_panel_bottom_right {
	background-image:url('/lib/images/panels/gray_panel/bottom_right.png'); 
	background-repeat:no-repeat;  
	width:7px; 
	height:7px; 
}
/*--*/


.shadow_panel_top_left {
	background-image:url('/lib/images/panels/shadow_panel/top_left.png'); 
	background-repeat:no-repeat;  
	width:4px; height:4px; 
}
.shadow_panel_top {
	background-image:url('/lib/images/panels/shadow_panel/top.png'); 
	background-repeat:repeat-x;  
	width:auto; height:4px; 
}
.shadow_panel_right {
	background-image:url('/lib/images/panels/shadow_panel/top_right.png'); 
	background-repeat:no-repeat;  
	width:4px; height:4px; 
}


.shadow_panel_left {
	background-image:url('/lib/images/panels/shadow_panel/left.png'); 
	background-repeat:repeat-y;  
	width:4px; 
	height:auto; 
}
.shadow_panel_inner {
/*   background-color:#f4f4f4; */
}
.shadow_panel_right {
	background-image:url('/lib/images/panels/shadow_panel/right.png'); 
	background-repeat:repeat-y;  
	width:4px; 
	height:auto; 
}

.shadow_panel_bottom_left {
	background-image:url('/lib/images/panels/shadow_panel/bottom_left.png'); 
	background-repeat:no-repeat;  
	width:4px; 
	height:4px; 
}

.shadow_panel_bottom {
	background-image:url('/lib/images/panels/shadow_panel/bottom.png'); 
	background-repeat:repeat-x;  
	width:auto; 
	height:4px; 
}

.shadow_panel_bottom_right {
	background-image:url('/lib/images/panels/shadow_panel/bottom_right.png'); 
	background-repeat:no-repeat;  
	width:4px; 
	height:4px; 
}
/*--*/


.model_info_popup {
  background-color:#726363;
  padding:5px;

  position:absolute;
  left:0px;
  top:0px;
  color:white;
}


/* --- end of css --- */
