@charset "utf-8";
#contentsBox {
	height: 162px;
	width: 382px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 20px;
}
#contentsBox dl {
	padding-bottom: 10px;
	clear: both;
	font-size: 130%;
}
#contentsBox h1 {
	font-size: 180%;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}
#contentsBox dt {
	width: 110px;
	text-align: right;
	float: left;
	padding-right: 10px;
}
#contentsBox p {
	line-height: 2em;
}

.inputTxt {
	width: 200px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}
.center {
	text-align: center;
}
