.window-mask {
	background: #FFFFFF;
	position: fixed;
	width: 1000px;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 2;
}

/*短消息alert弹出框*/
.simplealert {
	position: absolute;
	z-index: 100000000001;
	max-width: 500px;
	min-height: 50px;
	/*height: 50px;*/
	left: 18px;
	top: 15px;
	vertical-align: center;
	display: none;
	border: 1px solid #d5d5d5;
	background: #f7f7f7;
	padding: 10px 36px 10px 16px;
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.simplealert .msg {
	/*line-height: 54px;*/
	max-width: 425px;
	-o-text-overflow: ellipsis;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
}

.simplealert .icon {
	background: url(../images/alert.png) no-repeat;
	display: inline-block;
}

.simplealert div {
	position: relative;
	/*height: 54px;*/
	float: left;
}

.simplealert .close{
	background:url(../images/layout.png) no-repeat;
	display:inline-block;
	cursor:pointer;
	width:12px;
	height:12px;
	background-position: -10px -171px;
	right:2px;
	top:2px;
	position: absolute;
}

.simplealert .close:hover{
	background-position: 3px -171px;
}

.simplealert .icon.ok {
	width: 45px;
	height: 45px;
	background-position: 0px -144px;
}

.simplealert .icon.info {
	width: 45px;
	height: 45px;
	background-position: 0px -92px;
}

.simplealert .icon.warning {
	width: 45px;
	height: 45px;
	background-position: 0px 9px;
}

.simplealert .icon.error {
	width: 45px;
	height: 45px;
	background-position: 0px -41px;
}

.simplealert .loading {
	background: url(../images/loading.gif) no-repeat;
	display: inline-block;
	width: 42px;
	height: 32px;
	margin: 8px 13px 0 0;
}

.simplealert .simplealert-right {
	width: 5px;
}

/*confirm*/
.confirm-window .msg {
	max-width: 450px;
	min-width: 250px;
	margin: 10px;
	font-size: 13px;
}
.radius4 {-moz-border-radius: 4px;-webkit-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}