﻿.modalContainer {	
/* 	background-color: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	moz-opacity:0.5;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;	
	z-index: 12000;	
	background-image:url(/assets/images/site/transparent.png);  /* required by MSIE to prevent actions on lower z-index elements */ 
	background-color: #000;
	filter:alpha(opacity=50);
	opacity:0.5;
	moz-opacity:0.5;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
    background-image:url(/assets/images/admin/transparent.png);
}

.modalContainer > #alertBox {
	position:fixed;
	z-index: 150;
}

.modalContent
{
	border: solid 2px #CFC0A1;
	background-color: #F9F0DF;
	color: #000000;
	height: 100%;
	width: 100%;
	text-align: left;
}

.messageBoxTitle
{	
	border-bottom: solid 2px #CFC0A1;
	background-color: #ECE0C8;	
	font-weight: bold;
	text-transform: uppercase;
	height: 17px;
	padding:  3px 0 0 3px;
}

.messageBoxContent
{
	padding: 5px 15px 5px 10px;	
	min-height: 100px;
	text-align: left;
	font-size: 11px;	
}



