.modalDialogOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: .75;
	filter: alpha(opacity=75);
	cursor: wait;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.modalDialog {
	display: none;
	border: none;
	position: fixed;
	left: auto;
	right: auto;
}
.modalLeftShadow {
}
.modalTopShadow {
}
.modalBottomShadow {
	padding: 0px;
	background-color: black;
	background-opacity: 20%;
	position: relative;
	top: -2px;
	left: -1px;
}
.modalRightShadow {
	background-color: black;
	background-opacity: 20%;
	position: relative;
	padding: 0px;
}
.modalWrapper {
	border:1px solid #011c78;
	background: #fff;
}
.modalBar {
	overflow: auto;
	background: #52618f;
	height: 25px;
	display: block;
	clear: both;
}
.modalTitle {
	float: left;
	color: white;
	font-weight: bold;
	padding: 6px 0 0 8px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.modalActions {
	ltr: right;
	position: absolute;
	right: 0px;
	top: 0px;
	padding:6px 7px 0 0;
}
.modalActions a{
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
.modalActions a span{
	font-size: 12px;
}

.modalDialogCenter {
	background-color: white;
	padding: 5px;
}

.modalContent {
}

