.popMask {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	
}
.popMain {
	position: fixed;
	overflow: hidden;
	display: none;
	font-size: 12px;
	 z-index:1100;
	width:431px;
	
}
.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 
{
    width:431px;height:184px;
	background: #fff url(../images/downbg.jpg) no-repeat 0 0%;
}
.popTitle {
	background: teal;
	display: none;
}
.popTitle .text {
	margin-left: 12px;
	line-height: 28px;
	color:#fff;
}
.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;
	 
	cursor: pointer;
    width:26px;height:26px;
    background:url(../images/popclose.png) no-repeat center center
}
.popTitle .close:hover {
	color: #ddd;
}
.popContent {
	background: #fff;
	overflow: auto;
	 
	height:400px;
}
.popContent .layer_msg {
	 
 padding-top:200px;text-align:center
}
.popContent .layer_msg p {
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
}
.popContent .layer_msg input {
	margin-bottom: 10px;
	height: 35px;
	width:280px;
	padding:0 10px;
	border:2px solid #dddddd;
	background:#fafafa
}
.popContent .layer_msg button {
	border: none;
	cursor: pointer;
	padding: 8px 20px;
	background-color:teal;
	color:#fff;
	margin-left: 20px;
	background:#0f73d0
}
.popContent .layer_msg button:hover {
	background-color: #104f8a;
}
 


/*www.sucaijiayuan.com*/
