﻿/* 兼容中标70环境 火狐浏览器  input样式重置*/
tr td  input[type=text] {
		border: 1px solid #666 !important;	
		height: 26px !important;
	}
	input[type=text] {
		border: 1px solid #666 !important;
		height: 26px !important;
		padding-left:5px !important;
	}
/* 兼容中标70环境 火狐浏览器  radio样式重置*/	
	tr td  input[type= radio] {
			transform: scale(0.8);
		    width: 19px;
		    height: 19px;
		    vertical-align: sub;
		}
		input[type= radio] {
				transform: scale(0.8);
		    width: 19px !important;
		    height: 19px !important;
		    vertical-align: sub;
		}
		
		tr td  input[type= checkbox] {
			transform: scale(0.8);
		    width: 19px;
		    height: 19px;
		    vertical-align: sub;
		}
		input[type= checkbox] {
				transform: scale(0.8);
		    width: 19px !important;
		    height: 19px !important;
		    vertical-align: sub;
		}
		
/* 兼容中标70环境 火狐浏览器  select样式重置*/	
 select {

    height: 30px;
    border-radius: 0;
     border: 1px solid #666;
    background: #fff;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    appearance:none;  
    -moz-appearance:none;
    -webkit-appearance:none;  
    background: url(../images/slectioc.png;) no-repeat scroll right center transparent;
    padding-left: 5px !important;
     padding-right: 20px;
 }
 
   