@charset "utf-8";
.content {
	min-height:480px;
	height:auto !important;  /*兼容IE6的最小高度设置和自适应*/
	height:480px;
	overflow:visible;
	padding:10px;
	font-size:12px;
	padding-left:10px;padding-top:5px;color:#113851;
}
.content form {
	margin:0px;
	padding:0px;
}

.tb_order td{ padding:3px 0px 3px 8px;}
.tb_order a{ color:#eb7f14; text-decoration:underline;}
.tb_order a:hover{ text-decoration:none;}
.tb_order input{
	border:1px solid #A0A0A0;
	
}
.tb_order textarea{
	border:1px solid #A0A0A0;
}
/*--- 按纽 ---*/
.button {
	padding:0px;
	margin:0px;
	height:20px;
	width:70px;
	border:1px solid #7b9ebd;
	FONT-SIZE: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	CURSOR: hand;
	COLOR: black;
}