.simpleModal-desk {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	-webkit-opacity: 0.35;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: .35;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	
}

.simpleModal-main {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 500px;
	min-height: 200px;
}
.simpleModal-positionDiv{
	position: absolute;
	top: -50%;
	left: -50%;
	width: 500px;
	min-height: 200px;
	background-color: #ffffff;
}
.simpleModal-header{
	margin:0px 20px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px #CCCCCC dashed;
}
.header-title{
	
}
.simpleModal-body{
	min-height: 100px;
	padding: 20px;
	font-size: 16px;
}
.simpleModal-fotter{
	text-align: center;
	padding: 10px;
}
.simpleModal-fotter button{
	background-color: #00b7ee;
	padding: 10px 30px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
