#ModalOverlay {
	background-color:#000;
}

.modalClose {
	background: url('close.gif') no-repeat;
}

#ModalLoadingOverlay {
	background: #000;
}

#ModalLoadingIndicator {
	background: url(loading.gif) no-repeat;
}

#ModalContentContainer {
	background: #000000;
	border: 1px solid #323232;
}
#ModalTitle, .ModalTitle {
	background: #1e1e1e;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #323232;
}

#ModalContent, .ModalContent {
	color: #ffffff;
}

#ModalContentContainer .ModalContentWithButtons {
	border-bottom: none;
}

#ModalButtonRow, .ModalButtonRow {
	border-top: none;
}

#ModalButtonRow input, .ModalButtonRow input {
	text-align: center;
}

#ModalButtonRow input.Submit, .ModalButtonRow input.Submit {
	font-weight: bold;
}

#ModalTopBorder {
	background: url('border-topbottom.png') repeat-x  0 0;
}

#ModalBottomBorder {
	background: url('border-topbottom.png') repeat-x 0 -11px;
}

#ModalRightBorder {
	background: url('border-sides.png') repeat-y 0 scroll;
}

#ModalLeftBorder {
	background: url('border-sides.png') repeat-y -37px scroll;
}

#ModalBottomLeftCorner {
	background: url('border-corners.png') no-repeat 0 -24px;
}

#ModalTopRightCorner {
	background: url('border-corners.png') no-repeat -22px 0;
}

#ModalTopLeftCorner {
	background: url('border-corners.png') no-repeat 0 0;
}

#ModalBottomRightCorner {
	background: url('border-corners.png') no-repeat -22px -23px;
}