﻿.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 */
}

.modalContainer > #alertBox {
	position:fixed;
	z-index: 12000;	
}

.pwdReminderContainer > #alertBox {
	position:fixed;
	z-index: 12000;	
}

.modalContent
{
	border: solid 1px #325B84; 
	background-color: #EEEEE5; 
	color: #000000;
	height: 100%;
	width: 100%;
	text-align: left;
}

.tafContent
{
	border: solid 1px #325B84; 
	background-color: #EEEEE5; 
	color: #000000;
	height: 100%;
	width: 100%;
	text-align: left; 
	width: 500px; height: 420px; border: solid 4px #86A4BC; background-color: #ffffff; font-size: 10px;
}

.messageBoxTitle
{	
	border-bottom: solid 1px #325B84; 
	background-color: #7C96B0;	
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0px 10px;
	height: 20px;
	font-family: Verdana;
	line-height: 18px;
}

.messageBoxContent
{
	padding: 5px 15px 5px 10px;	
	min-height: 100px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	line-height: 18px;
}

.messageBoxContent img
{
	padding-right: 5px;
}

.messageBoxButton
{
	text-align: center;
}

/*
#messageBoxTitle span
{
    position: relative; left: 5px; top: 5px;
    font-weight: bold;
}
*/



