.green-dialog .ui-dialog-header{
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
.green-dialog .ui-dialog-title{
	color: #000;
	font: bold 15px "微软雅黑";
}
.green-dialog .ui-dialog-footer button+button {
    margin-bottom: 0;
    margin-left: 10px;
}
.green-dialog .ui-dialog-footer button{
	_margin_left:10px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.green-dialog .ui-dialog-footer button.ui-dialog-autofocus{
	background: #64ba00;
	border-color: #64ba00;
}

.green-dialog .ui-dialog-loading {
  width: 100px;
  height: 100px;
  background:url("https://www.cavenetomi.com/__xh__/seat.lib.tsinghua.edu.cn/Public/newweb/Content/vendors/artDialog/theme/green/image/loading.gif");
  font-size: 1px;
  text-indent: -9999px;
  margin: 0 auto;
}

/*扩展效果css*/
/*警告信息*/
.green-dialog .alert-dialog{
	color: #333;
	font: normal 20px "微软雅黑";
	padding: 40px 20px 40px 72px;
}
.green-dialog .alert-dialog-warning{
	background: url("https://www.cavenetomi.com/__xh__/seat.lib.tsinghua.edu.cn/Public/newweb/Content/vendors/artDialog/theme/green/image/alert.gif") 0 center no-repeat;
}
.green-dialog .alert-dialog-error{
	background: url("https://www.cavenetomi.com/__xh__/seat.lib.tsinghua.edu.cn/Public/newweb/Content/vendors/artDialog/theme/green/image/face-sad.png") 0 center no-repeat;
}
.green-dialog .alert-dialog-question{
	background: url("https://www.cavenetomi.com/__xh__/seat.lib.tsinghua.edu.cn/Public/newweb/Content/vendors/artDialog/theme/green/image/prompt.gif") 0 center no-repeat;
}
.green-dialog .alert-dialog-success{
	background: url("https://www.cavenetomi.com/__xh__/seat.lib.tsinghua.edu.cn/Public/newweb/Content/vendors/artDialog/theme/green/image/face-smile.png") 0 center no-repeat;
}