#error_block {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #c00;
	font-family: Arial
}
#error_bar {
	padding: 0;
	margin: 0;
	height: 21px;
	background-color: #c00;
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	vertical-align: center
}
#error_bar img {
	position: absolute;
	left: 3px;
	top: 1px
}
#error_bar span {
	position: absolute;
	left: 35px;
	top: 0px
}
#error_expand {
	position: absolute;
	height: 21px;
	width: 175px;
	right: 0px;
	background-color: #ddd;
	background-image: url(warning_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 30px;
	color: #000090
}
#error_expand a {
	color: #000090;
	text-decoration: none
}
#error_expand img {
	padding: 0px;
	margin: 0px;
	left: 15px;
	height: 21px
}
#error_collapse {
	position: absolute;
	height: 21px;
	width: 175px;
	right: 0px;
	background-color: #ddd;
	background-image: url(warning_arrow.gif);
	background-position: top left;
	margin: 0px;
	padding-left: 30px;
	color: #000090
}
#error_collapse a {
	color: #000090;
	text-decoration: none
}
#error_collapse img {
	padding: 0px;
	margin: 0px;
	left: 15px;
	height: 21px
}
#error_msg {
	font-size: 12px;
	font-family: Arial
}
#error_msg p {
	margin: 1px 5px
}
.alert {
	color: #c00;
	font-family: Arial;
	font-weight: normal
}
.bold {
	font-weight: bold;
	font-family: Arial
}
