#please-wait{
	display:block;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1024;
	background: url('icon-sandglass.svg') no-repeat center center;
	background-size: 96px 96px;
}
#ws-modal-box .modal-warning{
	background-color: #ffffff;
	border: 2px solid red;
	bottom: 0;
	height: 170px;
	left: 0;
	margin: auto;
	max-width: 592px;
	position: absolute;
	right: 0;
	top: 0;
	width: 90%;
}

#ws-modal-box .modal-warning-rounded{
	background-color: #ffffff;
	border: 2px solid red;
	bottom: 0;
	height: 170px;
	left: 0;
	margin: auto;
	max-width: 592px;
	position: absolute;
	right: 0;
	top: 0;
	width: 90%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
}

#ws-modal-box .modal-head-class {
	background: rgba(255, 0, 0, 0.2) none repeat scroll 0 0;
	padding: 10px;
	text-align: center;
}

#ws-modal-box .modal-head-class-rounded {
	background: rgba(255, 0, 0, 0.2) none repeat scroll 0 0;
	padding: 10px;
	text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ws-modal-box .modal-msg-class {
	padding: 10px;
}

#ws-modal-box .modal-msg-class-rounded {
	padding: 10px;
}

#ws-modal-box .modal-btn-bar-class {
	border-top: 1px solid gray;
	bottom: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#ws-modal-box .modal-btn-bar-class .modal-ok-btn-class {
	background-color: green;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	min-width: 100px;
	padding: 6px 12px;
}

#ws-modal-box .modal-btn-bar-class .modal-ok-btn-class-rounded {
	background-color: green;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	min-width: 100px;
	padding: 6px 12px;
}

#ws-modal-box .modal-btn-bar-class .modal-cancel-btn-class {
	background-color: red;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	min-width: 100px;
	padding: 6px 12px;
}
