@charset "utf-8";

div.divMask{
    position: absolute;
    width:100%; 
	height:100%;
    background: #000;
    display: none;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 990; 
    left: 0px;
    top: 0px; 
    visibility: visible;
}

  div.promptInfo{	
	position: absolute;
    z-index: 1000;
	width: 376px;
	height:210px;
    margin-top: 130px;
    margin-left: 40%;
    left:0px;

    background: url(../images/prompt.png) no-repeat;
    visibility: visible;
    display:none;
    border: #B6B6B6 0px solid;
}
  div.promptInfo div.top_title{	
    width: 376px;
    height: 47px;
    float:left;
 }
  div.promptInfo div.top_title div.close{	
     width: 27px;
     margin-top:10px;
     margin-right:10px;
     height: 23px;
     float:right;
  }
 
 div.promptInfo div.middle_content{	
    width: 376px;
    height: 98px;
    float:left;
 }
 div.promptInfo div.middle_content div.promptContent{	
    width:265px;
    margin-top:40px;
    margin-left:85px;
    font-family: 微软雅黑;
    float:left;
 }
  div.promptInfo div.middle_content div.promptContent span{
    height:24px;
    line-height:24px;
    font-size:14px;
    color:#000;
  }
 
 div.promptInfo div.bottom_operate{	
    width: 376px;
    height: 58px;
    float:left;
 }
 div.promptInfo div.bottom_operate div.button{	
    width:93px;
    height:35px;
    margin-left:140px;
 }