.message_container {
	width:88%;
	float:left;
}

.message_container label.error {
	float:left;
	margin-left:10px;
	position:static;
	text-align:left;
	width:100%;
}

.notice_msg {
	background: url('../../img/notice.png') no-repeat 10px;	
	border: 2px solid #F8C417;
}

.success_msg {
	background: url('../../img/success.png') no-repeat 10px;	
	border: 2px solid #159E31;
}

.error_msg {
	background: url('../../img/error.png') no-repeat 10px;	
	border: 2px solid #B41242;
}

.notice_msg,.success_msg,.error_msg{
	text-align:left;
	color: #636363;
	font-size: 1em;
	padding: 5px 14px 5px 45px;
	margin: 6px 0px 10px 10px;
}

.error_msg{
	color:red;
}
