/* CSS Document */

/***
==== Page Messages ====
***/


#page_message {	
  padding: 15px 10px 25px;
  background: #860d03 url(page_message.gif) no-repeat left bottom;
  margin: 9px 0;
  color: #fff;
  width: 480px;
  }
  
 * html #page_message {
 	height: 1px;
	}
		
.page_message {
	font-weight: normal;
	font-size: 14px;
	padding: 0 10px 0 25px;
	line-height: 18px;
	margin: 0;
	display: block;
	position: relative;
	color: #fff;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 2px;
	left: 0;
}

.error{
	width: 217px;
	background: #860d03 url(error.gif) no-repeat bottom center;
	margin: 10px 0 0 165px;
	padding: 10px 10px 20px; 
	border: none;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}