#pathway {
	font-size: 10pt;
	color: #900f00;
	clear: both;
	width: 405px;
}

#pathway a {
	color: #900f00;
	float: left;
	padding-right: 5px;

}

a#pathway_home {
	color: #900f00;
	float: right;
}


#content {
	margin-top: 25px;
	margin-bottom: 45px;
}

#img_note {
	height: 158px;
	width: 308px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
	clear: right;
	background: url(../images/note_big.png) no-repeat;
}

.detail {
	font-size: 10pt;
}

.detail h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.detail div, .detail p {
	margin-top: 0;
	margin-bottom: 0;
	height: 25px;
	clear: both;
}

label {
	clear: both;
	float: left;
	width: 100px;
}


.input_left_text, .input_right_text {
	width: 250px;
	display: inline;
	border: 1px solid #000;
	height: 15px;

}

.input_left_check, .input_right_check {
	margin-right: 10px;
}

textarea {
	display: inline;
	width: 350px;
	border: 1px solid #000;
	float: left;
	clear: both;
}

.button {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.ac
{
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}


