.ModalBackground {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: #000000;
	opacity:0.8;
	filter:alpha(opacity=50);
}

.ModalDialog
{
	position:absolute;
	background-color:#fff;
	border:0px solid #fff;
	padding:0px;
	display:none;
	text-align:left;

}

.ModalDialog iframe {
	width:100%;
	height:100%;
	border-width:0;
}

.ModalDialogBody 
{
	padding:0;
	margin:0;
	overflow:auto;
	text-align:left;
	font-size: 11px;
}

.ModalDialogHeader 
{
	height:36px;
	margin:0px;
	width:100%;
	overflow:hidden;
	background-color:#e6e6e6;
}


.ModalDialogHeader H2, .ModalDialogHeader H1{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0;
	margin-top:7px;
	margin-left:7px;
}

.ModalDialogContent 
{
	padding:20px;
	background-image: url(../img/modaldialog_bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	height:214px;
}

.ModalDialogContent a{
	color: #c01634;
}

.ModalDialogContent a:hover{
	color: #c01634;
	text-decoration: none;
}

.ModalDialogContent hr 
{
	color:#000;background-color:#000;
}

.ModalDialogClose {
	position:absolute;
	right:7px;
	top:7px;
	width: 57px;
	height: 20px;
}

.ModalDialogClose img {
	width: 57px!important;
	height: 20px!important;
}

/*define the heights for all modal dialogs*/
#ModalDialogForgotLogin{
	width:580px;
	height:260px;
}

#ctl00_MainContent_tbEmail{
	background-image:  url(../img/input-bg.png); 
	border: 1px solid #c01634;
	font-family: verdana, arial, sans-serif;
	font-style: italic; 
	color: #999999;
	margin-bottom: 4px;
}


#ctl00_MainContent_btnForgot { 
	margin-bottom: -5px;
	padding: 0;
	_margin: 0px;
}

#ctl00_MainContent_revEmail, #ctl00_MainContent_rfvEmail{
	color: #c01634!important;
	font-weight: bold;
}

