.dialog-overlay {
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}

.dialog-wrapper {
	overflow: hidden;
	box-shadow: 0px 0px 15px grey;
	background-color: #ffffff;
	position: fixed !important;
	float: none !important;
	left: 40% !important;
	top: 30% !important;
	margin: 0 auto !important;
	min-width: 40%;
	max-width: 75%;
}

.dialog {
	overflow: hidden;
}

.dialog-header {
	color: #FFFFFF;
	background: #D12F2C none no-repeat right center;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

.dialog-body {
	padding: 10px 0px;
}

.dialog-content {
	padding: 15px;
	color: #2d3c72 !important;
	font-size: 17px;
	text-align: center;
}

.dialog-actions {
	overflow: hidden;
	padding: 8px 10px;
	text-align: center;
	width: 260px;
	max-width: 275px;
	margin: 0 auto;
}

	.dialog-actions:after {
		clear: both;
		content: "";
		display: block;
	}

.clearfix {
	*zoom: 1;
}
/*
.dialog-button {
	font-size: 12px;
	background-color: #2E6AB1;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	margin-left: 8px;
	padding: 1px 10px;
}*/


.dialog-green-button {
	width: 124px;
	background-color: #697ebd;
	
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: right;
}

	.dialog-green-button:hover, .dialog-green-button:active {
		background-color: #1c2559;
	}

.dialog-red-button {
	width: 124px;
	background-color: #ccc;
	
	padding: 10px 0px;
	text-align: center;
	text-align: center;
	color: #000;
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

	.dialog-red-button:hover, .dialog-red-button:active {
		background-color: #1c2559;
		color: #fff
	}

.dialog-button {
	width: 260px;
	background-color: #697ebd;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 auto;
}

	.dialog-button:hover, .dialog-button:active {
		background-color: #1c2559;
	}




iframe.iefix {
	display: none;
	display /**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
}
