﻿
.ModalHeader
{
	height: 18px;
	background-image: url(/images/modalback.jpg);
	cursor: move;
	border: solid 1px #000000;
	border-bottom-width:0px;
	width: 602px;
	text-align: right;
}

.ModalContent
{
	border: solid 1px #000000;
	width:600px;
	height:400px;
	background-color:#ffffff;
	margin:0x 0px 0 px 0 px;
}
.ModalCloseButton
{
	cursor: pointer;
}
.ModalBg
{
	display: inline;
	position: absolute;
	background-color: White;
	z-index: 0;
	filter: alpha(opacity=60);
	opacity: 0.5;
}


