@import "common.css";

/* ----- contact CSS ----- */
/* // rayouts // */
.submit_btn {
	margin			: 20px 0 0 100px;
	text-align		: center;
}

.submit_btn input {
	width			: 120px;
}

/* // tags // */
h2 {
	display			: block;
	text-indent		: -9999em;
	height			: 30px;
	background		: URL(../images/contact/t_con.gif) no-repeat;
	background-position : left top;
}

h3 {
	margin			: 20px 0;
	padding			: 5px;
	background		: #3c7cc3;
	color			: #fff;
}

dl.list {
	padding			: 5px;
	font-size		: 95%;
}
dl.list dt {
	clear			: both;
	float			: left;
	width			: 150px;
	margin			: 0 0 5px 0;
	font-weight		: bold;
	text-align		: right;
}

dl.list dd {
	margin			: 0 0 5px 150px;
	padding			: 0 0 0 10px;
}

dd.check {
	margin			: 0 0 0 150px;
}

form {
	padding			: 10px;
}

input.num1 {
	width			: 30px;
	text-align		: center;
}

input.num2 {
	width			: 40px;
	text-align		: center;
}

input.normal {
	width			: 98%;
	padding			: 2px;
}

input.kind {
	display			: block;
	float			: left;
	height			: 12px;
}

input.shorty {
	width			: 117px;
	text-align		: center;
}

label.kind_label {
	display			: block;
	margin			: 0 0 0 18px;
}

label {
	font-size		: 110%;
	margin			: 0 5px 0 2px;
}

textarea {
	width			: 95%;
	height			: 160px;
	padding			: 2px;
}
