#errors table.error {
	width: 740px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	padding: 10px;
}
#errors img {
	width: 27px;
	height: 26px;
	display: block;
	margin-right: 10px;
}

#errors td {
	vertical-align: top;
	color: #FF0000;
}

#errors td.title {
	width: 100%;
	font-weight: bold;
}

#errors td.title span {
	font-weight: normal;
}

#errors table.error ul {
	margin-top: 10px;
}

#errors table.error ul li {
	margin-bottom: 5px;
	color: #FF0000;
	list-style-type: disc;
	list-style-image: url(http://static.peanutcafe.com/1.2.5/img/header/register/bullet.gif);
	list-style-position: inside;
	white-space: nowrap;
}
