@charset "utf-8";	.rfq-title
{
	height:44px;
	line-height: 44px;
	color:#303030;
	font-size:24px;
	padding-left:18px;
}
.form-clear
{
	border-radius:3px;
	border:none;
	width:140px !important;
	height:36px !important;
	background:#0071B9;
	color:#FFFFFF;
	font-size: 16px;
}
.form-save
{
	border-radius:3px;
	border:none;
	width:140px !important;
	height:36px !important;
	background:#FF7800;
	color:#FFFFFF;
	font-size: 16px;
}
.bill-panel
{
	background:#62BEF8;
	color: #FFFFFF;
}
.bill-panel h1
{
	font-size:26px;
	color:#FFFFFF;
	height: 56px;
	line-height: 56px;
}
.bill-panel p
{
	width:178px;
	line-height:70px;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #FFFFFF;
	border-radius:3px;
	font-size:17px;
	display: inline-block;
}
.table-panel
{
	padding-top:20px;
}
.table-panel .rfq-title
{
	float: left;
}
.table-panel .rfq-title p
{
	display: inline-block;
	float: right;
	color:#434343;
	font-weight: normal;
	margin-left: 15px;
}
.table-panel .rfq-title p span
{
	color:#FF7800;
}
.table-panel table
{
	border: 1px solid #E3E3E3;
	padding:0 15px;
}
.table-panel table tr
{
	height:33px;
	font-size: 16px;
}
.table-panel table tr th.require:after
{
	content:"*";
	color:#E60000;
	font-size: 18px;
}
.table-panel table tr:first-child
{
	height:52px;
	line-height:52px;
}
.table-panel table tr input
{
	height: 33px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	padding-left: 2%;
	margin-bottom: 5px;
	width: 96%;
}
.table-panel table tr td:nth-child(1) p
{
	text-align: center;
}
.table-panel table .form-min
{
	width:16px !important;
	height:15px;
	line-height: 15px;
	border:1px solid #C3C3C3;
	border-radius:0;
	background:#F9F9F9;
	padding-left:0;
}
.table-panel table .form-text
{
	width:100px !important;
	height:30px;
	border:1px solid #C3C3C3;
	border-radius:0;
}
.table-panel table .form-max
{
	width:16px !important;
	height:15px;
	line-height: 15px;
	border:1px solid #C3C3C3;
	border-radius:0;
	background:#F9F9F9;
	padding-left:0;
}
.table-panel table .form-more
{
	width:140px !important;
	height:30px;
	line-height:30px;
	background:#FFFFFF;
	margin-left: 10px;
	font-weight:bold;
	padding-left:0;
}
.table-panel table .form-clear
{
	margin:5px 0 15px 0;
	border:none;
}
.table-panel table .form-save
{
	margin:5px 0 15px 0;
	border:none;
}
.comment-panel
{
	margin-bottom:15px;
}
.comment-panel .comment-editor
{
	border:1px solid #E3E3E3;
}
.comment-panel .comment-editor p
{
	line-height:44px;
	font-size: 16px;
	padding-left:18px;
}
.comment-panel .comment-editor img
{
	padding-left:14px;
}
.button-right
{
	float: right;
	margin-right:8px;
}
.comment-panel .form-clear
{
	margin:15px 5px 25px 0;
}
.comment-panel .form-save
{
	margin:15px 5px 25px 0;
}
.form-panel
{
	padding-bottom: 30px;
	padding-top: 20px;
}


/*form*/
ul.form .textbox, ul.form .textbox_focus, ul.form .textbox_error, ul.form .textbox_tip
{
	border: 1px solid #BDC1C2;
	color: #BDC1C2;
	box-shadow: inset 0px 1px 3px #DEDEDE;
}
ul.form input.textbox, ul.form input.textbox_focus, ul.form input.textbox_error, ul.form input.textbox_tip
{
	background-color: #FFFFFF;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	width: 350px;
	max-width: 94%;
	color: #666;
}
.form-panel .form-left
{
	width: 850px;
	float: left;
}
.form-panel .form-left
{
	position: relative;
}
.form-panel .form-left ul
{
	display: inline;
	float: left;
}
.form-panel .form-left ul.left,.form-panel .form-left ul.right
{
	width: 50%;
}
.form-panel .form-left ul.bottom
{
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
.form-panel .form-left li.t
{
	line-height: 30px;
	min-height: 30px;
	font-size: 16px;
}
.form-panel .form-left li i
{
	left: 0;
	bottom: -0.5rem;
	clear: both;
	position: absolute;
	padding-top: 3px;
	margin-left:0;
}
.form-panel .form-left li.require:before
{
	color: #F13E00;
	content: "*";
	font-family: arial;
	font-size: 14px;
}
.form-panel .form-left .submit
{
	clear: both;
	padding-top: 10px;
	margin: 0 auto;
}
.form-panel .form-left #Country
{
	width: 360px;
}
.form-panel .form-left #Company,.form-panel .form-left #Address
{
	width: 350px;
	max-width: 95%;
}
.form-panel .form-left textarea.textbox, .form-panel .form-left textarea.textbox_focus, .form-panel .form-left textarea.textbox_error, .form-panel .form-left textarea.textbox_tip
{
	height: 80px;
	max-width: 97%;
	padding: 10px;
	width: 784px;
	color: #666;
}
.form-panel .form-left .submit input
{
	padding: 0 13px;
	font-size: 17px;
	width: 257px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	display: block;
	margin: 25px auto 0;
}
.form-panel .form-left .form_right
{
	width: 33%;
	position: absolute;
	right: 0;
	top: 0;
}
.form-panel .form-left .form_right img
{
	display: block;
	margin: 40px auto 0;
}
.form-panel .form-left .form_right p
{
	color: #565656;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
}


/*select*/
select
{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
div.selector
{
	display: inline;
	float: left;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	width: 98%;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
div.selector span
{
	background-image: url("../images/select.png");
	background-size: 100% 30px;
	background-repeat: no-repeat;
	color: #BDC1C2;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #FFFFFF;
	white-space: nowrap;
	width: 346px;
	padding-left: 13px;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
}
div.selector.selected span
{
	color: #000000;
}
div.selector select
{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	background: transparent none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #DDDDDD inset;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 31px;
	left: 0;
	min-width: 40%;
	opacity: 0;
	padding: 5px 2px;
	position: absolute;
	top: 0;
	width: 98%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: inset 1px 1px 2px #DDDDDD;
	-webkit-box-shadow: inset 1px 1px 2px #DDDDDD;
}
.selector select:focus
{
	outline: 0;
}
.form-panel .form-right
{
	border: 1px solid #e3e3e3;
    float: left;
    font-size: 16px;
    line-height: 26px;
    margin-top: 70px;
    min-height: 258px;
    padding: 15px;
    width: 318px;
}
.form-panel .form-right .tip
{
	min-height: 200px;
}
.form-panel .form-right input.submit
{
	background-color: #62bef8;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
    width: 284px;
}
.search-empty-tip
{
	line-height: 24px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 10px;
}