@charset "utf-8";

#contents table#form {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents table#form th{
	font-weight: normal;
	text-align: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B9CEFB;
	border-bottom-color: #B9CEFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9CEFB;
	padding: 15px;
}

#contents table#form td{
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CEFB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9CEFB;
}

.formLineBR {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2D5FC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2D5FC;
}

.formLineB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2D5FC;
}

.inputNeed {
	background-color: #FFEEEE;
}

.sender {
	height: 35px;
	width: 200px;
}
