.errorText {
	color:#c00;
	margin-bottom:14px;
}

.errorText li {
	margin-top:7px;
}

.errorText li:first-child {
	margin-top:0;
}

.errorCell {
	background:#fdeeee !important;
}

.emphasisCell {
	background:#fb9e9e !important;
}

#masterList .emphasisCell {
	cursor:pointer;
}

.formErrorText {
	color:#c00;
	margin-top:7px;
}

.formError {
	border:2px solid #c00 !important;
}

#errorList {
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:116%;
	margin:0 auto;
	padding:14px;
	width:800px;
}

#errorList dt {
	border-bottom:2px solid #ebebeb;
	padding-bottom:3px;
	font-weight:bold;
	margin-bottom:7px;
}

#errorList dd {
	margin-top:7px;
}

#errorList dd:first-child {
	margin-top:0;
}

.errorMessage {
	color:#c00;
	font-size:154%;
	line-height:1.4;
	margin:56px 0 28px 0;
	text-align:center;
}

.ucImg {
	background:url(../img/uc.png) no-repeat;
	height:242px;
	margin:0 auto 56px auto;
	text-indent:-9999px;
	width:400px;
}
