﻿body {
}

.loginErrorHeading 
{
	text-align: center;
	background: url('../../Images/Global/content_bg.jpg') -10px 0px repeat-x;
	padding: 5px;
	height: 25px;
}
.loginErrorText 
{
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}
.LoginErrorMessage 
{
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.modalBackground {
	background-color: #004669;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	border: solid 1px #666;
	border-bottom: solid 3px #666;
	background: #f0f0f0;
	padding: 0px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 40000;
}
