﻿
	.PopUpDiv
	{
	    background-color:white;
	    position:absolute;
	    border-style:Solid;
		border-width:2px;
		border-color:Black;	
	}
	.modalBackgroundPanel
	{
	
	}
	.modalBackground
	{
		background-color:black;
		float:left;
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;	
		
		
	}
	.modalPopUP
	{
		background-color:#ffffdd;
		border-style:none;
		border-width:3px;
		border-color:Gray;
		padding:3px;
		width:250px;
	}
	.modalPopup12 
{
   background-color:Transparent;
   padding:1em 6px;
 
}

.modalPopup2
{
   background-color:Gray;
  
  
   vertical-align :top;
}

.box_text
{
	 font-family:Verdana;
	 font-size:13px;
	  color:White;
	 text-decoration:none;
	 
}
.iframecs
{
	padding-top :10px;
	padding-left:15px;
	
}

.modalPopup2_new
{
   background-color:White;
  
   vertical-align :top;
}

