﻿.popupControl
{
	background-color: #cccccc;
	position: absolute;
	width: 600px;
	height: 600px;
}

.modalBackground
{
	background-color:white;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalPopupControl
{		
	margin:0 auto;
	top:0px;
	background: transparent;
}


.popUpTitle
{
	color: white;
	background-color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}