.popMask{position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;}
.popMain
{
	position: fixed;overflow: hidden;display: none;
	font-size: 12px;/*-----------标题栏字号*/
	border-radius: 4px;/*--------窗口圆角弧度*/
	face:微软雅黑;
}

.popMain .tanhao_icon {background: #e6e8fa url("images/tanhao.gif") no-repeat 0 45%;}/*------------叹号*/
.popMain .duihao_icon {background: #e6e8fa url("images/duihao.gif") no-repeat 0 50%;}/*------------对号*/
.popMain .error_icon {background: #e6e8fa url("images/error.gif") no-repeat 0 50%;}/*--------------错误*/
.popMain .wenhao_icon {background: #e6e8fa url("images/wenhao.gif") no-repeat 0 50%;}/*------------问号*/
.popMain .zhuanxiang_icon {background: #e6e8fa url("images/zhuanxiang.gif") no-repeat 0 50%;}/*----转向*/

.popTitle{
	background: #1D4393;/*-----标题栏背景色*/
	display: none;
}
.popTitle .text {/*-------题栏*/
	margin-left: 10px;/*-------左边距*/
	line-height: 28px;/*-------高度*/
	color:#FFFFFF;/*-----------字色*/
}
.popTitle .icon{float: left;margin: 6px 0 0 6px;width: 16px;height: 16px;}
.popTitle .close {/*----------右上角关闭  ×    */
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 18px;
	margin: 5px 5px;/*-------上、右边距*/
	font-weight: 900;
	cursor: pointer;
	color:#fff;/*------------右上角×色*/
}
.popTitle .close:hover {
	color: #000000;/*---------鼠标经过右上角×色*/
}
.popContent {/*----------------------------文本区*/
	background: #e6e8fa;/*-----------------空白边框背景色*/
	overflow: auto;
	padding: 20px 20px;/*------------------上下、左右空白边框*/
}
.popContent .layer_msg
{
	padding-left: 60px;/*----------------------------------------------------信息框左侧空白*/
	max-width: 600px;/*------------------------------------------------------信息框最大宽度*/
	min-width: 200px;/*------------------------------------------------------信息框最小宽度*/
	text-align: right;
}



/*------------------------------------------------------------------------------------------框架*/
.popMain .kuangjia_icon
{
padding-left: 0px;/*----------------------信息框左侧空白*/
}

.popContent .layer_msg p {/*----信息文字*/
	padding: 10px 0;
	margin: 0;
	font-size: 12px;/*-----------字号*/
	face:微软雅黑;
	color:#444444;
	line-height:130%;
}
.popContent .layer_msg input{margin-bottom: 10px;height: 20px;}
.popContent .layer_msg button {
	border: none;
	cursor: pointer;
	padding: 5px 10px;/*-----------按钮边距*/
	background-color:#1D4393;/*----按钮背景色*/
	color:#FFFFFF;/*---------------按钮字色*/
	margin-left: 20px;
}
.popContent .layer_msg button:hover {
	background-color: #a40102;/*----鼠标经过按钮背景色*/
	color:#ffff00;/*----------------鼠标经过按钮字色*/
}
.popContent .layer_msg button:active{background-color: #0000ff;}