﻿.ModalPopup
{
	padding:3px;
	width:260px;
	height:115px;
	background-color:#00214C;
	color:#fff;
	text-align:center;
}

.ModalHeader
{
	font-weight:bold;
	font-size:medium;
	cursor:move;
	background-color:#809ABA;
	color:#000;
	height:26px;
	padding-top:3px;
}

.ModalButton
{
	cursor: pointer;
}

.ModalBackground
{
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
}
