#order .orderList p b a{
	color: #4f4f4f;
}
#order .orderList p label{
    border-bottom: 2px #6c6c6c solid;	
}
.orderButton{
	overflow:hidden;
	margin-bottom: 50px;
}
.orderButton p{
    float: right;
    width: 100px;
    background: #b42027;
    overflow: hidden;
    padding: 10px 15px;
}
.orderButton p.link{
	float:left;
}
.orderButton p a,
.orderButton p input{
    background: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
	line-height: 100%;	
}
form,
fieldset{
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
.contact-form{
	background: rgba(236, 236, 236, 0.65);
    padding: 20px;
}
.contact-form form .list{
	margin: 20px 0;
	overflow:hidden;
}
.contact-form form .list.large{
    width: 100%;
}
.contact-form form .list >p strong{
	color:#b5975b;
}
.contact-form form .list >p label{
	display:block;
}
.contact-form form .list >p >input,
form p textarea{
    border: #f2f2f2;
	margin-right: 5px;
}
form p input[type="text"]{
	width: calc(97% - 2px);	
	padding: 10px 0;
	padding-left: 3%;
}
form p textarea{
    padding: 10px 0;
    padding-left: 3%;
    background: rgba(255,255,255,0.6);
    font-size: 16px;
    margin: 0;
    width: calc(97% - 2px);
}
.contact-form form .list >p >span{
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.contact-form form .list.large p{
	width:100%;
}
.contact-form form .list >p input.addinput{
    width: 200px;
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
}
.contact-form form .list >p input#Checknum{
	width:100px;
}
.contact-form form .list >p.send{
	text-align:right;
}
.contact-form form .list >p #btnOK{
    display: inline-block;
    color: #fff;
    background: #fbb03b;
    padding: 6px 45px;
    font-size: 16px;
}
.contact-form form .list >p #btnOK:hover{
    background: #d82424;
}
.Maintain .contact-form form .list >p >span{
	width: 100%;
    margin: 0;	
}
.Maintain .contact-form form .list.large p >span{
	width: auto;
    margin-bottom: 5px;
    margin-right: 35px;
}
@media screen and (max-width: 640px) {
	#order .orderList p label, #order .orderList:first-child p label{
		background: #ffeddf;	
	}
}
@media screen and (max-width: 480px) {
	.contact-form form .list.other p >span:last-child,
	.contact-form form .list >p{
		display:block;
		width:100%;
		margin-right:0;
	}
	.contact-form form .list >p input.addinput{
		width: calc(100% - 130px);	
	}
	.contact-form form .list.large p{
		margin:0;
	}
	.contact-form form .list.large p.send{
		margin-top:20px;
	}
	.contact-form form .list >p #btnOK{
		display:block;
		text-align:center;
	}
}