#box {
	padding-bottom: 30px;
	color: #3e3a39;
	background-position: right 0px;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 5px;
}
.order1  {
	background-image: url(images/order1.png);
}
.order2 {
	background-image: url(images/order2.png);
}
.order3 {
	background-image: url(images/order3.png);
}
#box p {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 20px;
}
#order {
	float: right;
}
#box th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-left: 14px;
	width: 160px;
}
#box td {
	font-size: 10px;
	color: #727171;
}
#box th, #box td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdddd;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	line-height: 20px;
}
#box span {
	color: #e83820;
}
#form_btn {
	margin-top: 30px;
	text-align: center;
}
#form_btn button{
	width: 273px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 40px;
}
#box .error_messe {
	color: #e83820;
}
