@charset "utf-8";

#contactCap {
	width: 700px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	text-align: left;
}

.contactNote {
 	width: 660px;
 	margin: 20px 0px 20px 20px;;
 	padding: 0px;
 	font-size: 13px;
	line-height: 150%;
	text-align: left;
}

.contactNote strong {
	color: #663300;
	font-weight: bolder;
}

.contactRemarkNote {
 	margin: 0px 0px 0px 5px;
 	padding: 0px;
 	font-size: 11px;
}

.contactRemarkNext span {
 	color: #ff6600;
}

#contactTable {
 	width: 660px;
 	margin: 0px 0px 10px 15px;
 	padding: 0px;
 	border: 1px solid #bcbcbc;
 	text-align: left;
}

#contactTable td {
 	padding: 15px 0 15px 10px;
 	border-bottom: 1px solid #bcbcbc;
 	font-size: 13px;
}

#contactTable td.bordernone {
 	border: none;
}

#contactTable .leftArea {
 	margin: 0px;
 	padding: 15px 0px 15px 10px;
 	width: 190px;
	background-color: #f2f2f2;
 	height: 100%;
 	font-size: 13px;
 	border-bottom: 1px solid #bcbcbc;
}

#contactTable .size1 {
 	width: 300px;
}

#contactTable .size2 {
 	width: 400px;
}

#contactTable .size3 {
 	width: 100px;
}

#contactSubmit{
 margin: 10px 0px 40px 0px;
 padding: 0px;
 text-align:center;
}