@import "common.css";

/* ----- contact CSS ----- */
/* // rayouts // */
h2#title_1 {
	height			: 30px;
	background		: URL(../images/contact/h3_1.gif) no-repeat;
}

h2#title_2 {
	height			: 30px;
	background		: URL(../images/contact/h3_2.gif) no-repeat;
}

.submit_btn {
	margin			: 0 0 20px 0;
	text-align		: center;
}

.submit_btn input {
	width			: 120px;
}

.contact_block p {
	margin			: 0 0 40px 10px;
}

/* // tags // */
dl.list {
	padding			: 5px;
	font-size		: 95%;
}
dl.list dt {
	font-weight		: bold;
}

dl.list dd {
	padding			: 0 0 10px 0;
}

form {
	padding			: 10px;
}

input {
	width			: 50%;
	padding			: 2px;
}

textarea {
	width			: 80%;
	height			: 160px;
	padding			: 2px;
}

