﻿@CHARSET "UTF-8";
body{
	font-family: "微软雅黑";
	font-size:14px;
	background:#edf5fe;
	overflow:hidden;
}
.order-form form{
	width:100%;
}
.order-form table{
	width:100%;
}

.order-form table select{
	width:100%;
	height:30px;
	border:1px solid #d2d2d2;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#323232;
	font-size: 14px;
	font-family: "微软雅黑";
}

.order-form table input{
	width:100%;
	height:30px;
	line-height:30px;
	font-size: 14px;
    font-family: "微软雅黑";
}

.order-form table tr {
	height:36px;
}

.order-form .table-title{
	width: 65px;
    text-align: right;
    font-size: 14px;
}

.order-form .table-content{
	padding-left:10px;
	padding-right:5px;
}

.order-form .table-star{
	display:inline;
	color:red;
}