@charset "UTF-8";
/* CSS Document */

table#tblContact {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #cbd2d4;
	margin-top: 20px;
}
table#tblContact th, td {
	padding: 5px;
	border: 1px solid #cbd2d4;
}
table#tblContact th {
	width: 130px;
	background-color: #f1f3f5;
	text-indent: 0.5em;
}
div#send {
	text-align: center;
	margin-top: 10px;
}
div#error {
	margin-top: 20px;
	color: #CC0000;
	padding: 10px;
	background-color: #f6e9e9;
}


#txtCName {
	width: 340px;
	border: 1px solid #cbd2d4;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	padding: 3px;
	ime-mode: active;
}
.txtName {
	width: 120px;
	border: 1px solid #cbd2d4;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	padding: 3px;
	ime-mode: active;
}
.txtNumber {
	width: 80px;
	border: 1px solid #cbd2d4;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 3px;
	padding: 3px;
	ime-mode: disabled;
}
#txtBody {
	width: 400px;
	height: 300px;
	border: 1px solid #cbd2d4;
	font-size: 12px;
	padding: 3px;
	ime-mode: active;
	margin-bottom: 5px;
	margin-top: 5px;
}
#confirm {
	width: 152px;
	height: 2em;
}
#back {
	width: 152px;
	height: 2em;
}
#register {
	width: 152px;
	height: 2em;
}
.txtMail {
	width: 340px;
	border: 1px solid #cbd2d4;
	font-size: 12px;
	padding: 3px;
	ime-mode: disabled;
	margin-bottom: 5px;
	margin-top: 5px;
}

#contact_guide {
	margin-bottom: 1em;
}

#contact_guide li {
	list-style: disc;
	margin-left: 1.3em;
}