.contact{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.contact-form{
	width: 600px;
	height: 0;
	padding-bottom: 600px;
	display: block;
	float: left;
	max-width: 100%;
}

.contact-form li{
	width: 95%;
	display: block;
	font-size: 0;
	padding-bottom: 30px;
	position: relative;
}

.contact-form li:after{
	content: '';
	display: block;
	clear: both;

}

.contact-form li label{
	width: 30%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background-color: #db2130;
	letter-spacing: 5px;
	text-align: center;
	color: #FFF;
	float: left;
	display: block;
}

.contact-form li input{
	width: 70%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #db2130;
	display: inline-block;
	float: left;
	display: block;
    font-size: 30px;
}

.remarks-box{
	width: 95%;
	display: block;
	padding-bottom: 30px;
	position: relative;
}

.remarks-box label{
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	background-color: #db2130;
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
}

.remarks-box textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #db2130;
	resize: none;
	font-size: 30px;

}

.button{
	width: 95%;
	display: block;
	padding-bottom: 30px;

}

.button input{
	width: 100%;
	background-color: #1b1b1b;
	color: #FFF;
	letter-spacing: 5px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;
	font-family: 'cwTeXKai','Microsoft JhengHei', Arial, sans-serif;
}

.contact-information{
	width: 600px;
	height: 0;
	padding-bottom: 600px;
	display: block;
	float: right;
}

.contact-information-top{
	width: 95%;
	font-size: 16px;
	max-width: 100%;
	text-align: left;
	display: block;
    float: right;
    padding-bottom: 20px;
}


.contact-information-top p{
	font-size: 16px;
	color: #3d3d3d;
	padding-bottom: 10px;
	letter-spacing: 5px;
}

.contact-information-top p span{
	color: #db2130;
}

.contact-information-map{
	width: 95%;
	text-align: left;
	display: block;
    float: right;
}
#contact_form label.error{
    position: absolute;
    left: 0;
    bottom: 6px;
    display: inline;
    color: red;
    margin-top: 10px;
    background-color: inherit;
    height: auto;
    width: auto;
    line-height: 1;
}