.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 {
}
.modalShadow {
	opacity: .20;
	filter: alpha(opacity=20);
	position: absolute;
}
.modalShadow_tl, .modalShadow_ml, .modalShadow_bl {
	width: 0px;
	left: -0px;
}
.modalShadow_tr, .modalShadow_mr, .modalShadow_br {
	width: 3px;
	right: -3px;
}
.modalShadow_tl, .modalShadow_tm, .modalShadow_tr {
	height: 0px;
	top: -0px;
}
.modalShadow_bl, .modalShadow_bm, .modalShadow_br {
	height: 3px;
	bottom: -3px;
}
.modalShadow_tm, .modalShadow_bm {
}
.modalShadow_ml, .modalShadow_mr {
}
.modalShadow_tl	{ background-color: black; }
.modalShadow_tr	{ background-color: black; }
.modalShadow_bl	{ background-color: black; }
.modalShadow_br	{ background-color: black; }
.modalShadow_tm { background-color: black; }
.modalShadow_bm { background-color: black; }
.modalShadow_ml { background-color: black; }
.modalShadow_mr { background-color: black; }
.modalBar {
	_top: 0px;
	_position: relative;
	background: #52618f;
	height: 25px;
}
.modalTitle {
	_position: absolute;
	_left: 0px;
	_top: 0px;
	color: white;
	padding: 6px 0 0 8px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.modalActions {
	_ltr: right;
	_text-align: right;
	_float: 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;
}

.modalWrapper {
	background-color: white;
	border:1px solid #011c78;
	position: auto;
}

.modalContent {
	padding: 5px;
}


