﻿.modalBoxWrap 
{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:40001;
} 
.modalBoxOverlay 
{ 
	position:fixed;
	width:100%;
	height:100%;
	background-color:black;
	opacity:.5; /* Sets opacity so it's partly transparent */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
	filter:alpha(opacity=50); /* More IE transparency */
	z-index:40001;
} 
.modalVerticalOffset 
{ 
	position:fixed;
	top:30%;
	width:100%;
	z-index:40002; /* ensures box appears above overlay */
} 

.modal 
{
	width:175px; 
	position:relative;
	margin:0 auto;
	background-color:white;
	padding:10px;
	border: solid black 1px;
	border:2px solid #333;
}

.modal h2
{
	background: url(../../images/largeinfo.png) 0 50% no-repeat;
	margin: 0px;
	padding: 10px 0 10px 45px;
	border-bottom: 1px solid #333;
	font-size: 20px;
	color: #333;
}

.modal p 
{
	padding: 10px;	
}

.modal p.image 
{
	vertical-align: middle;
	text-align: center;
	background: url(../../images/loading3.gif) 50% 50% no-repeat;
	height: 30px;
}

.modalSmall
{
	width:120px; 
	height:50px; 
	position:absolute;
	margin-left: -70px;
  margin-right: auto;
	left: 50%;
	top: 50%;
	background-color:white;
	padding:10px;
	border:1px solid #333;
}
.modalSmall p.image 
{
	vertical-align: middle;
	text-align: center;
	background: url(../../images/loading3.gif) 50% 50% no-repeat;
	height: 30px;
}



.modal p.text 
{
		
}