﻿@charset "utf-8";
/* CSS Document */

.room_title {
	width: 100%;
	height: 42px;
	background-color: #32363D;
	color: #FFF;
	font-size: 18px;
	font-family: '微軟正黑體', Microsoft JhengHei, sans-serif;
	line-height: 42px;
	padding-left: 20px;
}
#contact_ladiv {
	overflow: hidden;
	padding: 20px;
	font-size: 13px;
	color: #555;
}
p {
	clear: both;
}
#contact_ladiv div {
	clear: both;
	padding: 10px 0;
}
input {
	float: left;
	left: 0px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	height: 26px;
	margin-right: 5px;
	padding: 0 3px;
}
textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	resize: none;
	padding: 3px;
}
#contact_ladiv div p {
	float: left;
	color: #555;
	left: 0px;
	margin-right: 5px;
	width: 52px;
	line-height: 26px;
}
#contact_ladiv img {
	float: left;
	left: 0px;
}
.bt_ladiv {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c5c5c5;
	margin-bottom: 10px;
	overflow: hidden;
}
a.Submit {
	color: #FFF;
	border: 1px solid #d89a2e;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 13px;
	margin-right: 5px;
	background-color: #d89a2e;
}
a.Submit:hover {
	background-color: #1d2b54;
	color: #fff;
	border: 1px solid #1d2b54;
}
a.Refilling {
	color: #FFF;
	border: 1px solid #645f57;
	text-decoration: none;
	float: left;
	left: 0px;
	text-align: center;
	height: 30px;
	width: 115px;
	line-height: 30px;
	font-size: 13px;
	margin-right: 5px;
	background-color: #645f57;
}
a.Refilling:hover {
	background-color: #645f57;
	color: #fff;
}
.matop {
	padding-top: 15px;
	color: #555;
	margin-bottom: 3px;
}
