﻿.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

.modalPopup
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	width: 350px;
	height: 150px;
	color: #ffffff;
	padding: 6px;
	border: solid 1px #0099FF; 
	background-color: #243562;
	background-image: url('Images/login_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.modalHeader
{
	font-size: 16px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}

.modalFooter
{
	text-align: right;
}

.modalButton
{
	font-size: 14px;
	font-weight: bold;
	color: #0094DA;
	width: 100px;
	height: 25px;
	background-color: #243562;
	cursor: pointer;
	border-color: #cccccc;
	border-style: none;
	border-width: 0px;
}
