@import "common.css";
@import "global_menu.css";
@import "right_column.css";

/* ----- contact CSS ----- */
/* // rayouts // */
.submit_btn {
	width			: 540px;
	margin			: 0 0 20px 0;
	text-align		: center;
}

.submit_btn input {
	width			: 120px;
}


/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/contact_h2_1.gif) no-repeat;
}

dl.list {
	margin			: 10px 0;
	padding			: 5px;
	border			: solid 1px #cccccc;
	font-size		: 95%;
}
dl.list dt {
	clear			: both;
	float			: left;
	width			: 150px;
	font-weight		: bold;
}

dl.list dd {
	margin-left		: 150px;
	padding			: 0 0 0 5px;
	border-left		: solid 1px #cccccc;
}

input {
	width			: 98%;
}

textarea {
	width			: 98%;
	height			: 160px;
}
