   	body {background-color:#F1F1F1; font-size:17px; font-family:宋体; color:#333;  LINE-HEIGHT:150%; letter-spacing:1px; }
	A { text-decoration: NONE; color:#000;}
	A:hover { color: #009900 }

	*{ margin:0px; padding:0px;}
	img{display: block;}
	img{ border:none;border:0px;}
	img{ border:none;border:0px;}
	select:hover{ background-color:#FbFbFb;}
	input:hover{ background-color:#FbFbFb;}
	input{padding:5px;}
	
	li {list-style-type:none;}
	
	/*防止表格变形*/
	table { 
	table-layout: fixed;
	word-wrap:break-word;
	}
	div { 
	word-wrap:break-word;
	}
	
	
    .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, #75C817), color-stop(1, #0982cf));
      background:-moz-linear-gradient(top, #75C817 5%, #0982cf 100%);
      background:-o-linear-gradient(top, #75C817 5%, #0982cf 100%);
      background:-ms-linear-gradient(top, #75C817 5%, #0982cf 100%);
      background:linear-gradient(to bottom, #75C817 5%, #0982cf 100%);
      background:-webkit-linear-gradient(top, #75C817 5%, #0982cf 100%);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75C817', 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, #75C817));
      background:-moz-linear-gradient(top, #0982cf 5%, #75C817 100%);
      background:-o-linear-gradient(top, #0982cf 5%, #75C817 100%);
      background:-ms-linear-gradient(top, #0982cf 5%, #75C817 100%);
      background:linear-gradient(to bottom, #0982cf 5%, #75C817 100%);
      background:-webkit-linear-gradient(top, #0982cf 5%, #75C817 100%);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0982cf', endColorstr='#75C817',GradientType=0);
      color:#FFFFFF;
    }
    
    
    	
	#box {
	 width: 100%;
	 height: 85px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}
		
	#boxa  {
	 width: 100%;
	 height: 100px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}
				
	#boxQues  {
	 width: 100%;
	 height: 100px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}
	
	#boxshowrp3 {
	 width: 100%;
	 height: 100px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}
	
	#boxshowrp2  {
	 width: 100%;
	 height: 100px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}
	
	#boxshowrp1  {
	 width: 100%;
	 height: 100px;
	 position:fixed;
	 margin:auto;
	 top:10%;
	 z-index:100;
	}

	.tpindex{ 
		border:#909090 1px solid;background:#fff;color:#333;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*兼容ie*/
		-moz-box-shadow: 2px 2px 10px #909090;/*兼容firefox*/
		-webkit-box-shadow: 2px 2px 10px #909090;/*兼容safari或chrome*/
		box-shadow:2px 2px 10px #909090;/*兼容opera或ie9*/
	}
		
	#round{
	  -webkit-border-radius:6px;
	  -moz-border-radius:6px; 
	  -ms-border-radius:6px; 
	  -o-border-radius:6px; 
	  border-radius:6px; 
	}
	
	.round{
	  -webkit-border-radius:6px;
	  -moz-border-radius:6px; 
	  -ms-border-radius:6px; 
	  -o-border-radius:6px; 
	  border-radius:6px; 
	}

	
	.pnButton {width:60px;font-size:14px;}
	.pnButton { color:#333333;
	padding-top:5px;
	padding-bottom:4px;padding-left:7px;
	padding-right:7px;border-width:1px;
	border-color:#c0c0c0;
	border-style:solid;border-radius:2px;
	background-color:#ffffff;}
	
	.pnButton:hover{color:#ffffff;
	background-color:#75C817;
	border-width:1px;
	border-color:#75C817;}