﻿.ModalPopupBackground
{
	background-color: Black;
	filter: alpha (opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ModalPopup
{
	width: 300px;
	background-color: #eff1e2;
	border: solid 1px #555555;
}

.ModalPopup .ModalPopupContent
{
	padding: 0px 10px 10px 10px;
	color: #555555;
}

.ModalPopup h1
{
	background-image: url('/Images/PopupHeader.gif');
	color: #D4B036;
	width: 300px;
	padding: 50px 0px 0px 0px;
	height:20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.ModalPopup p
{
	display: block;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

.ModalPopupPicture
{
	background-color:#FBF9ED;
	padding:10px 10px 10px 10px;
	width: auto;
	text-align: center;
}

.ModalPopupContent .Button
{
	background-image: url(/Images/bgButton.gif);
	height: 25px;
	border: solid 1px #e9ab05;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.ModalPopupContent textarea
{
	width: 270px;
	height: 100px;
}

.ModalPopupContent .Controls
{
	margin: 10px 0px 10px 0px;	
	text-align: center;
}
