.modalBackground
{
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;	
}

.modalBody
{
	padding: 10px;
}

.modalContainer
{
	position: absolute;
	z-index: 2000;
	display: none;
	background-color: #e3e3e3;
	padding: 0px;
	border: solid 1px #698d47;
}

.modalHeader
{
	background-image: url('../images/modalHeader.gif');
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
}

.modalTitle
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.loadingContainer
{
	position: absolute;
	z-index: 2000;
	display: none;
	background-color: white;
	padding: 0px;
	border: 1px solid #073462;
	/*border: solid 2px #ef8431;*/
	display: none;
}

.modalLoading
{
	filter: Alpha(Opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/*Added this so you can use the VS designer*/
	z-index:-10;
}
