.rs_message_box_confirm {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

.rs_background {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: white;

}

.rs_message_box {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 250px;
	height: 104px;
	display: table;
	background-color: #03234b;
	z-index: 2500;
	text-align: center;
}

.hidden {
display: none;
}

.rs_message_box_confirm .rs_message_confirm_text {
	color: white;
	margin-top: 20px;
}

.rs_confirm-button {
width: 57px;
	margin-left: 96px;
}

.rs_confirm-button .button_label {
padding-top: 4px;
}