#tip-alert-body .my-tip-mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1000;
}

#tip-alert-body .my-tip-content {
	width: 580px;
	height: 380px;
	position: fixed;
	background-color: #fff;
	display: none;
	z-index: 1500;
	border: 4px solid #6691e8;
	border-radius: 3px;
	padding: 15px 20px;
}

#tip-alert-body #tip-content-top {
	height: 43px;
}

#tip-alert-body #tip-alert-body-close {
	float: right;
	cursor: pointer;
	color: #999;
	padding-top: 3px;
}

#tip-alert-body #tip-header {
	float: left;
	color: #444;
	font-size: 20px;
}

#tip-alert-body #tip-content {
	height: 240px;
	padding: 20px 10px;
	border: 2px solid #efefef;
	border-left: 0px;
	border-right: 0px;
	overflow: auto;
}

#tip-alert-body #tip-content-bottom #tip-content-button {
	padding: 6px 35px;
	background-color: #2970ff;
	color: #FFFFFF;
	border: 0px;
	outline: none;
	cursor: pointer;
	position: relative;
	left: 40%;
	top: 20px;
	font-size: 16px;
	border-radius: 3px;
}

#tip-alert-body #tip-content-bottom #tip-content-button:hover {
	background-color: #4381fe !important;
}

#tip-alert-body #tip-content-left {
	float: left;
	height: 100%;
	width: 15%;
	position: relative;
	left: 20px;
}

#tip-alert-body #tip-content-left i{
	color: #ffbd00;
	font-size: 32px;
	position: relative;
	left: 10px;
	top: -1px;
}

#tip-alert-body #tip-content-left .icon-gantanhao {
	color: #ffbd00;
	position: relative;
	left: 10px;
	top: -3px;
}

#tip-alert-body #tip-content-left .icon-cuowu {
	color: red;
	position: relative;
	left: 10px;
	top: 0px;
}

#tip-alert-body #tip-content-left .icon-queding {
	color: green;
	position: relative;
	left: 10px;
	top: 0px;
}

#tip-alert-body #tip-content-right {
	float: left;
	height: 100%;
	width: 85%;
}

#tip-alert-body #tip-content-title {
	font-size: 24px;
	color: #000000;
}

#tip-alert-body #tip-content-msg {
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #444444;
}