.modal_overlay {
	background: #000;
}
.modal_loading {
	color: #fff;
	font-size: 200%;
}
.modal_dialog {
}
.modal_content {
	background: #fff;
	padding: 20px 30px;
	overflow: auto;
}
.modal_buttons {
	text-align: right;
}
.modal_buttons .button {
	float: none;
}
.modal_buttons_bottom {
	background: #fff;
	padding: 0 30px;
}
.modal_buttons_bottom .button {
	margin: 0 0 20px 5px;
}

.modal_button_close {
	background: #fff url(../img/img_lightbox_close.png) no-repeat center center;
	display: inline-block;
	height: 40px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 89px;
}
