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

fieldset{
	padding: 0px 0px 30px;
	border: 0px;
}

legend{
	font-size: 23px;
	font-weight: normal;
	color: #b61d2b;
	line-height: 26px;
	padding-bottom: 20px;
}

legend span{
	font-weight: bold;
	padding-bottom: 5px;
}

label{
	font-size: 12px;
	color: #6f6e6e;
	float: left;
	width: 70px;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
	font-weight: bold;
}

input.txt{
	width: 200px;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
}

textarea{
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 280px;
	height: 130px;
	color: #000;
	font-size: 12px;
}

select{
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
}

fieldset div{
	padding: 5px 0px;
}

#buttonDiv{
	padding-top: 10px;
	padding-left: 80px;
}

button{
	background: #b61d2b;
	border: 2px outset #b61d2b;
	color: #e0a825;
	font-size: 14px;
	text-align: center;
	padding: 3px 10px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
}