﻿.modal-inner-wrapper
{
font-family: Century Gothic, sans-serif, Arial;
}   
.modal-inner-wrapper .content
{
background-color:#FFFFFF; border: solid 3px Gray; z-index:9999;
float:right; margin-top:10px; margin-right:10px;padding:5px;
font-family: Century Gothic, sans-serif, Arial;
}
.modal-inner-wrapper .content .close
{
    float:right; 
    font-family: Century Gothic, sans-serif, Arial;
}
.modal-inner-wrapper .content .body
{
    margin-top:20px;
    font-family: Century Gothic, sans-serif, Arial;
}
.rounded-corners 
{
/*FOR OTHER MAJOR BROWSERS*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
font-family: Century Gothic, sans-serif, Arial;
}
.rel {
position: relative;
z-index: inherit;
zoom: 1; /* For IE6 */
font-family: Century Gothic, sans-serif, Arial;
}
.modal-bg{
background-color:Black;
filter:alpha(opacity=50);
opacity:0.6;
z-index:999;
font-family: Century Gothic, sans-serif, Arial;
}
.modal{position:absolute;font-family: Century Gothic, sans-serif, Arial;}


.Modal_Popup_Bakground
{
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.6;
	z-index:999;
	font-family: Century Gothic, sans-serif, Arial;
}

.Modal_Div_Holder
{
	position:relative;
	font-family: Century Gothic, sans-serif, Arial;
}

.Modal_Div_Outer
{
	/*ROUNDED COURNERS*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	border:1px #d4d4d4 solid;
	font-family: Century Gothic, sans-serif, Arial;
	
	/*SHADOW*/
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.Modal_Div_Inner
{
	/*ROUNDED COURNERS*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color:#e4e7dc;
	font-family: Century Gothic, sans-serif, Arial;
	margin:3px;
	padding:10px;
	text-align:center;
	vertical-align:text-top;
	color:#000;
	min-width:300px;
	min-height:80px;
}
.Modal_Div_Close_Button
{
	position:absolute;
	right:0px;
	top:0px;
	margin-top:-15px;
	margin-right:-15px;
	font-family: Century Gothic, sans-serif, Arial;
}