#error_block {
	  display: block; 
	  width: 100%; 
	  background: #fff; 
	  border-bottom: 1px solid red; 
	  margin: 10px 0; 
	  overflow: hidden;
	  min-width: 200px;
}
#error_bar {	
	position: relative;
	padding: 0;
	margin: 0;
	height: 25px;
	background-color:red;
	color: White;
	font-family: Arial;
	font-weight:bold;	
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle
}
#error_bar img {
	position: absolute;
	left: -10px;
	top: 4px;
}
#error_bar span {	
	position: absolute;
	left: 28px;
	top: -1px;
	color: #fff
}
#error_expand {
	position:relative;
	display: none;
	float: right; 
	padding: 0 10px 0 65px; 
	font-family: Arial;
	font-weight: normal;
	font-size: 12px/25px;
	background: #eee url(warning_arrow.gif) -20px center no-repeat;
	text-align: right;
}
#error_expand a {
	margin-left: 6px;
	color: #000090;
	text-decoration: none;
}
#error_expand img {
	position: absolute;
	left: 45px;
}
#error_collapse {
	position:relative;
	display: none;
	float: right; 
	padding: 0 10px 0 20px; 
	font-family: Arial;
	font-weight: normal;
	font-size: 12px/25px;
	background: #eee url(warning_arrow.gif) -20px center no-repeat;
	text-align: right;
}
#error_collapse a {
	margin-left: 10px;
	color: #000090;
	text-decoration: none;
}
#error_collapse img {
	position: absolute;
	left: 2px;
}
#error_msg {
	font-size: 16px;
	font-family: Arial;
	font-weight:normal;
}
#error_msg p {
	margin-left:25px ;
	margin-top: 5px;
	margin-bottom:5px ;
	margin-right:5px ;
	line-height: 1;
	font-weight:normal;
	text-indent:-15px;
}
span.alert {
	color: #ff0000;
	font-family: Tahoma;
	font-weight: normal;
}
span.alertbold {
	color: #ff0000;
	font-family: Tahoma;
	font-weight:bold;
}
.bold {
	font-weight: bold !important;
	font-family: Arial
}

