@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-size:22px;
	color:#444444;
	font-family:"微软雅黑";
	width:640px;	
	}
.table_cell{
	border-spacing: 1px; border-spacing: expression(this.cellSpacing=1);border-collapse:separate;}
td{
	font-size:22px;
	color:#444444;}	
ul,li{
	list-style:none;
	margin:0px;
	padding:0px;}
img{
	vertical-align:middle;
	border:none;}
p{

	margin:0px;
	padding:0px;}
form{
	margin:0px;
	padding:0px;}
a:link{
	color:#444444;
	font-size:22px;
	text-decoration:none;
	}
a:visited{
	color:#444444;
	font-size:22px;
	text-decoration:none;
	}
a:hover{
	color:#ff0000;
	font-size:22px;
	}
input[type="checkbox"],input["type=radio"]{
	min-height:35px;
	min-width:35px;
	}
input[type="text"],input[type="password"]{
	padding-left:5px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	border:solid 1px #cccccc;
	font-size:26px;
	-webkit-appearance: none;
	}
textarea{
	border:solid 1px #cccccc;	
	font-size:26px;
	}

input[type="submit"],input[type="reset"],input[type="button"]{
	cursor:pointer;
	-webkit-appearance: none;}
select{
	border:solid 1px #cccccc;
	height:35px;
	padding:5px;
	font-size:22px;
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;}
.clear{
	clear:both;}
.center{
	text-align:center;}
table{border-collapse:collapse}
iframe{WuWei:expression(this.src='about:blank',this.outerHTML='');}
#frm_freightadd input[type="text"]{
	text-align:center;}
.huikuai{
	border:solid 1px #ECECEC;
	background-color:#F8F8F8;
	
	}
.overflow{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.radius{
	border-radius: 5px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 5px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius: 5px; /* Webkit浏览器的私有属性 */ 
	-khtml-border-radius: 5px;
	
}