#rfq
{
	padding-bottom: 30px;
}
#rfq h1
{
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 70px;
	line-height: 40px;
}
#rfq .tips
{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
#rfq .tips a
{
	color: #FFBA00;
	text-decoration: underline;
}


/*process*/
#rfq ul.process
{
	float: right;
	margin-top: -104px;
	padding-bottom: 20px;
}
#rfq ul.process li
{
	width: 150px;
	float: left;
	background-image: url("../images/rfq_icon.png");
	background-repeat: no-repeat;
	background-position: center 0;
	padding-top: 120px;
	color: #000000;
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin: 0 30px;
}
#rfq ul.process li:before
{
	color: #FFFFFF;
	position: absolute;
	left: 53px;
	top: 34px;
	font-size: 50px;
}
#rfq ul.process li b.icon-wait:before
{
	font-size: 35px;
	bottom: -34px;
	right: -54px;
	border-radius: 50%;
	background-color: #5D5D5D;
	border-left: 3px solid #555555;
	border-bottom: 3px solid #696969;
}
#rfq ul.process li b
{
	font-size: 22px;
	position: absolute;
	top: 2px;
	left: 30px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #fff;
}
#rfq ul.process li b:before
{
	position: absolute;
	bottom: -54px;
	right: -50px;
	font-size: 40px;
	color: #FFFFFF;
}


/*inquiry block*/
#rfq .block
{
	border: 5px solid #333333;
	border-bottom: none;
	background-color: #333333;
	position: relative;
	margin-top: 40px;
	padding: 0 15px;
}
#rfq .block:before,
#rfq .block:after,
#rfq .block h2:before,
#rfq .block h2:after
{
	content:"";
	border: 2px solid #333333;
	width: 1396px;
	position: absolute;
	left: -5px;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	height: 15px;
	background-color: #333333;
}
#rfq .block:before
{
	top: -15px;
	background-color: #333333;
}
#rfq .block:after
{
	top: 0px;
	border: 5px solid #333333;
	border-radius: 15px 15px 0 0;
	border-bottom: none;
	width: 1390px;
	height: 10px;
}
#rfq .block h2:before
{
	top: -10px;
	background-color: #333333;
}
#rfq .block h2:after
{
	top: -5px;
	background-color: #333333;
}
#rfq .block h2
{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: bold;
	/*! background-color: #4E4E4E; */
}
#rfq .bottom:before
{
	content: "";
	background-color: #999999;
	height: 11px;
	position: absolute;
	left: -23px;
	bottom: -6px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#rfq .bottom:after
{
	content: "";
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 5px;
	z-index: 2;
	background-color: #333333;
	left: -5px;
}


/*inquiry table*/
#rfq .inquiry
{
	margin-top:80px;
}
#rfq .inquiry .newItem
{
	padding: 20px 0;
}
#rfq .inquiry .addItem
{
	background-image: url("../images/rfq_btn.png");
	background-repeat: repeat-x;
	background-position: 0 -37px;
	height: 37px;
	border: none;
	padding: 0 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
#rfq .inquiry .addItem:hover
{
	background-position: 0 0;
	color: #333333;
}
#rfq-table td
{
	position: relative;
	padding-right: 10px;
	overflow: hidden;
}
#rfq-table td input.textinput
{
	background-color: #ececec;
	width: 97%;
	height:50px;
	border: 1px solid #333333;
	box-shadow: 4px 4px 4px #272727 inset;
	color: #000;
	font-size: 14px;
	padding-left: 3%;
}
#rfq-table td s
{
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#rfq-table td s.require:before
{
	content:"*";
	color: #333333;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
#rfq-table td input.textinput:focus + s,
#rfq-table td input.active + s
{
	top: 3px;
	font-size: 11px;
	left: 10px;
}
#rfq-table td input.active + s
{
	top: -20px;
}
#rfq-table td input.textinput:focus + s:before,
#rfq-table td input.active + s:before
{
	display: none;
}
#rfq-table td a.icon-del
{
	background-image: url("../images/rfq_btn.png");
	background-repeat: repeat-x;
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #323232;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
}
#rfq-table td a.icon-del:before
{
	font-size: 20px;
	color: #606060;
	position: relative;
	top: 2px;
	left: -5px;
}
#rfq-table td a.icon-del:hover
{
	background-position: 0 -37px;
	color: #FFFFFF;
}
#rfq-table td a.icon-del:hover:before
{
	color: #FFFFFF;
}


/*inquiry form*/
#rfq .information
{
	padding-bottom: 30px;
}
#rfq .information li
{
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}
#rfq .information li .textinput
{
	background-color: #ececec;
	width: 592px;
	border: 1px solid #333333;
	box-shadow: 4px 4px 4px #272727 inset;
	color: #000;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 6px;
}
#rfq .information li input.textinput
{
	height: 36px;
}
#rfq .information li textarea.textinput
{
	height: 80px;
	padding-top: 15px;
	color: #000;
	line-height: 20px;
	width: 1272px;
}
#rfq .information li s,
#rfq .information li b
{
	position: absolute;
	color: #999;
	text-decoration: none;
	left: 20px;
	top: 13px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#rfq .information li.require s:before
{
	content:"*";
	color: #333333;
	position: absolute;
	top: 3px;
	left: -12px;
}
#rfq .information li input.textinput:focus + s,
#rfq .information li input.active + s
{
	top: 3px;
	font-size: 11px;
	left: 16px;
}
#rfq .information li input.textinput:focus + s:before,
#rfq .information li input.active + s:before
{
	display: none;
}
#rfq .information li textarea.textinput:focus + s,
#rfq .information li textarea.active + s
{
	top: 5px;
	font-size: 11px;
	left: 16px;
}
#rfq .information li .formBox
{
	display: inline;
	float: left;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	background-color: #ececec;
	width: 607px;
	border: 1px solid #333333;
	box-shadow: 4px 4px 4px #272727 inset;
}
#rfq .information li .formBox span
{
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 350px;
	-webkit-font-smoothing: antialiased;
	padding-left: 19px;
}
#rfq .information li .formBox 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: 42px;
	left: 0;
	min-width: 40%;
	opacity: 0;
	padding: 5px 2px;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#rfq .information li.message
{
	width: auto;
	float: none;
	clear: both;
}
#rfq .information li.verify input.textinput
{
	width:100px;
}
#rfq .information li.verify span
{
	position: absolute;
	color: #DDDDDD;
	top: 9px;
	left: 130px;
	line-height: 26px;
}
#rfq .information li.verify img
{
	cursor: pointer;
	display: block;
}
#rfq .information .btn
{
	background-color: #EF3800;
	text-align: center;
	width: 360px;
	height: 46px;
	margin: 10px auto 0 auto;
	position: relative;
	overflow: hidden;
}
#rfq .information .btn:before
{
	position: absolute;
	color: #FFFFFF;
	font-size: 30px;
	top: 8px;
	left: 110px;
}
#rfq .information .btn input
{
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 25px;
	z-index: 2;
	cursor: pointer;
	position: relative;
}
#rfq .information .btn:hover
{
	background-color: #999999;
}
#rfq .information .loading:before
{
	display:none;
}
#rfq .information .loading input
{
	padding-left:0;
}
@media screen and (max-width: 768px)
{
	#rfq h1
	{
		margin-top: 0;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
	}
	#rfq .tips
	{
		padding: 0 0.5rem;
	}


	/*process*/
	#rfq ul.process
	{
		display: none;
	}


	/*inquiry block*/
	#rfq .block
	{
		border-radius: 10px 10px 0 0;
	}
	#rfq .block:before,
	#rfq .block:after,
	#rfq .block h2:before,
	#rfq .block h2:after
	{
		display: none;
	}


	/*inquiry table*/
	#rfq .inquiry
	{
		margin-top: 30px;
	}
	#rfq .inquiry .addItem
	{
		width: 100%;
	}
	#rfq-table td
	{
		display: block;
		padding-right: 0;
	}
	#rfq-table td input.textinput
	{
		width: 100%;
	}
	#rfq .information li
	{
		float: none;
		width: 100%;
		min-height: 42px;
	}
	#rfq .information li .textinput
	{
		width: 100%;
	}
	#rfq .information li input.textinput
	{
		height: 42px;
		padding-top: 10px;
	}
	#rfq .information li textarea.textinput
	{
		width: 100%;
	}
	#rfq .information li s,
	#rfq .information li b
	{
		top: 10px;
	}
	#rfq .information li .formBox,
	#rfq .information li .formBox span,
	#rfq .information .btn
	{
		width: 100%;
	}
}