/*
	弹出层
	*/
	.edialog { width:360px; overflow:hidden;z-index: 9999;}
	.edialog-head { width:100%; height:36px; background:#3398d0; font:bold 16px/36px Arial, Helvetica, sans-serif; color:#FFF; text-indent:10px;}
	.edialog-title { float:left;}
	.edialog-close { width:36px; height:36px; overflow:hidden; background:#F90 url(../images/edialog-close.png) no-repeat center center; display:block; cursor:pointer; float:right;}
	.edialog-close.on { background:#F60 url(../images/edialog-close.png) no-repeat center center;}
	.edialog-body-close { width:16px; height:16px; overflow:hidden; background:url(../images/edialog-body-close.png) no-repeat 0px 0px; display:block; cursor:pointer; position:absolute; right:10px; top:10px;}
	.edialog-body-close.onbd { width:16px; height:16px; overflow:hidden; background:url(../images/edialog-body-close.png) no-repeat 0px -16px; display:block; cursor:pointer; position:absolute; right:10px; top:10px;}
	.edialog-body { width:94%; overflow:hidden; padding:10px;background: #FFF}
	.edialog-body p { text-align:center;}
    .edialog-icon-text{padding:0 10px;}
    .edialog-icon-text img{float: left;}
    .edialog-icon-text span { margin-right:10px; line-height:32px;}
	.edialog-bottom { width:94%; overflow:hidden; padding:10px; text-align:center;background: #FFF}
	.edialog-bottom input { height:26px; background:#3398d0; padding:2px 10px 0px 10px; color:#FFF; border-radius:5px 5px 5px 5px; font-size:14px; border:none; cursor:pointer; margin: 0px 8px}
	.edialog-bottom input.on { background:#05a5fd; }
	
	.hint {
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
    font: 16px/30px "MicroSoft YaHei","SimHei","宋体",Arial;
    font-weight: 900;
    background-color: #00B386;
    border-radius: 5px;
    color: #fff;
}