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

