.zoverlay{
	margin: 0px; padding: 0px; display: block; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999;
}
.zdialog{
	padding: 0px; display: block; z-index: 10000; position: fixed;height: auto;min-height: 100px;
}
.zicon-close{
	position: absolute;right: -12px;top: -12px;display: inline-block;width: 24px;height: 24px;z-index: 10;background:url('../images/icon-make-close.png') no-repeat;
}
.zdialog-panel{
	width: 350px; height: 310px;border: 1px solid #dadad8;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: #666 0px 0px 10px;-moz-box-shadow: #666 0px 0px 10px;box-shadow: #666 0px 0px 10px;background: #EEFF99;
}
.ztitle{
	height: 30px;
}
.zcontent{
	min-heitht:30;height: auto;word-wrap:break-word;margin-left: 15px;margin-right: 15px;margin-bottom: 10px;font-size: 1.2em;color: black;font-weight: 700;
}
.zcontent-dialog{
	word-wrap:break-word;margin-left: 15px;margin-right: 15px;margin-bottom: 10px;font-size: 1.2em;color: black;
}
.zfooter{
	    padding: 5px;border-radius: 4px;color: #3c763d;background-color: #dff0d8;text-align: center;margin-bottom: 0;bottom: 0;position: relative;
}
.zfooter .btn{
	margin: 0 15px;
}