.message
{
	background-color:black;
	font-size: 18px;
	font-family:inherit;
	color: white;
	position: fixed;
	padding: 0px 15px;
	 height: 40px; 
	 line-height:40px;
	 z-index: 99999; 
	 left:40%; 
	 top: 40%; 
	 border-radius:10px;
	 text-align: center;
	 vertical-align: center;
	  opacity: 0.8;
}
.message span{
	display:block;
	 height: 60px; 
	  vertical-align: center;
}
.msgbox{
	position: fixed;
	 width: 400px; 
	 height: 200px; 
	 z-index: 1; 
	 left: 40%; 
	 top: 20%; 	
	 background:#FFF;
	 /*border:3px solid #0080ff;*/
	   border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
/*.win_tb{position:relative; cellspacing:0;border-collapse: collapse; table-layout:fixed;background: #fff;}*/
.win_title{color:#fff; background:#0080ff;border: 4px solid #0080ff;padding-left:6px;font-weight:bold;color:#fff;text-align:left;white-space:nowrap;*min-width:1000px;cursor:move;}
.win_title td{border: 2px solid #237fa3;width:32px;height:32px;}
.win_close{position:absolute;width:24px;height:24px;right:4px;top:4px;background:url(../images/close.png) no-repeat center;cursor:pointer;line-height:1000px;overflow:hidden;}
.win_closetd{width:30px;}
.win_close:hover{background-color:#6cabc3;border-radius:20px;}
.nothing{width:1px;}

.locusTab_main {
    width: 380px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display:block;
}



p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.win-title{
    border-bottom: 1px solid #dadada;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    width:400px;
    background-color: #0080ff;
    
}
.win-title span {
	margin-left:10px;
}
.msg-center{
	
	margin-top: 40px;
    margin-left: 100px;
}
.reminder{
	margin-top:15px;
margin-left:15px;
font-size:20px;
font-family:"微软雅黑"	
	
}




.msg-btn {
    display: inline-block;
    height: 32px;
    width:80px;
    line-height: 32px;
    
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.msg-btn-cancel {
	display: inline-block;
    height: 32px;
    line-height: 32px;
    width:80px;
    margin: 5px 20px 0;
   
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.xwin_close{position:absolute;width:24px;height:24px;right:4px;top:4px;background:url(../images/close.png) no-repeat center;cursor:pointer;line-height:1000px;overflow:hidden;}
.xwin_close:hover{background-color:#6cabc3;border-radius:20px;}