	
	
	/*防止表格变形*/
	table { 
	table-layout: fixed;
	word-wrap:break-word;
	}
	div { 
	word-wrap:break-word;
	}
	
	  	
		
	.round{
	  -webkit-border-radius:6px;
	  -moz-border-radius:6px; 
	  -ms-border-radius:6px; 
	  -o-border-radius:6px; 
	  border-radius:6px; 
	}
	
	#box {
	 width: 240px;
	 height: 85px;
	 position:fixed;
	 margin:auto;
	 left:40%;
	 right:60%;
	 top:50%;
	 bottom:50%;
	 z-index:100;
	}
	
	
    .button{
      line-height:28px;
      height:28px;
      width:65px;
      color:#ffffff;
      background-color:#ededed;
      font-size:15px;
      font-weight:normal;
      font-family:Microsoft YaHei;
      background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #009cff), color-stop(1, #0982cf));
      background:-moz-linear-gradient(top, #009cff 5%, #0982cf 100%);
      background:-o-linear-gradient(top, #009cff 5%, #0982cf 100%);
      background:-ms-linear-gradient(top, #009cff 5%, #0982cf 100%);
      background:linear-gradient(to bottom, #009cff 5%, #0982cf 100%);
      background:-webkit-linear-gradient(top, #009cff 5%, #0982cf 100%);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009cff', endColorstr='#0982cf',GradientType=0);
      border:0px solid #dcdcdc;
      -webkit-border-top-left-radius:7px;
      -moz-border-radius-topleft:7px;
      border-top-left-radius:7px;
      -webkit-border-top-right-radius:7px;
      -moz-border-radius-topright:7px;
      border-top-right-radius:7px;
      -webkit-border-bottom-left-radius:7px;
      -moz-border-radius-bottomleft:7px;
      border-bottom-left-radius:7px;
      -webkit-border-bottom-right-radius:7px;
      -moz-border-radius-bottomright:7px;
      border-bottom-right-radius:7px;
      -moz-box-shadow:3px 9px 7px -6px #0b83d0;
      -webkit-box-shadow:3px 9px 7px -6px #0b83d0;
      box-shadow:3px 9px 7px -6px #0b83d0;
      text-align:center;
      display:inline-block;
      text-decoration:none;
    }
    
    .button:hover{
      background-color:#f5f5f5;
      background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #0982cf), color-stop(1, #009cff));
      background:-moz-linear-gradient(top, #0982cf 5%, #009cff 100%);
      background:-o-linear-gradient(top, #0982cf 5%, #009cff 100%);
      background:-ms-linear-gradient(top, #0982cf 5%, #009cff 100%);
      background:linear-gradient(to bottom, #0982cf 5%, #009cff 100%);
      background:-webkit-linear-gradient(top, #0982cf 5%, #009cff 100%);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0982cf', endColorstr='#009cff',GradientType=0);
      color:#FFFFFF;
    }