.popMask {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.popMain {
	position: fixed;
	overflow: hidden;
	display: none;
	font-size: 12px;
	border-radius: 4px;
	z-index: 10000;
}
.popMain .info_icon {
	background: #fff url(../images/info.gif) no-repeat 0 50%;
}
.popMain .right_icon {
	background: #fff url(../images/right.gif) no-repeat 0 50%;
}
.popMain .error_icon {
	background: #fff url(../images/error.gif) no-repeat 0 50%;
}
.popMain .confirm_icon {
	background: #fff url(../images/confirm.gif) no-repeat 0 50%;
}
.popTitle {
    background:#666666;
	display: none;
	position: relative;
    height: 30px;
}
.popTitle .text {
    margin-left: 12px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    left: 0px;
}
.popTitle .icon {
	float: left;
	margin: 6px 0 0 6px;
	width: 16px;
	height: 16px;
}
.popTitle .close {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 16px;
	margin: 0px 12px;
	font-weight: 900;
	cursor: pointer;
	color: white;
}
.popTitle .close:hover {
	color: #ddd;
}
.popContent {
	background: #fff;
	overflow: auto;
	padding: 20px 40px;
}
.popContent .layer_msg {
	padding-left: 80px;
	max-width: 400px;
	text-align: left;
}
.popContent .layer_msg p {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    z-index: 1;
    color: #5B4B37;
    text-align:left;
	letter-spacing: 3px;
}
.popContent .layer_msg input {
	margin-bottom: 10px;
	height: 20px;
}
.popContent .layer_msg button {
	border: none;
	cursor: pointer;
	padding: 6px 20px;
	background-color:#7B7E7F;
	color:#fff;
	float:right;
}
.popContent .layer_msg button:hover {
	background-color: #cd9244;
}
.popContent .layer_msg button:active {
	background-color: #cd9244;
}


/*www.sucaijiayuan.com*/
