.box_info, .box_success, .box_warning, .box_error, .box_validation {  
	border: 1px solid;  
	padding: 15px 10px 15px 50px;  
	background-repeat: no-repeat;  
	background-position: 10px center;
	text-align: left;
	/*margin-bottom: 10px;*/
}  

.box_info {  
	color: #00529B;
	background-color: #BDE5F8;  
	background-image: url("images/info.png");
}  

.box_success {  
	color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image: url("images/success.png");	
}  

.box_warning {  
	color: #9F6000;  
	background-color: #FEEFB3;  
	background-image: url("images/warning.png");  
}  

.box_error {  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image: url("images/error.png");
}  

.box_validation {  
	color: #D63301;  
	background-color: #FFCCBA;  
	background-image: url("images/error.png");  
}  

.box_changed {  
	border: 1px solid;  
	padding: 5px 10px;
	color: #9F6000;
	background-repeat: no-repeat;  
	background-position: 10px center;
	background-color: #FEEFB3;
	font-weight: bold;
	font-size: 1.2em;
}

.box_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	z-index: 10000;
}

.status_info { color: #00529B; font-weight: bold; }
.status_warn { color: #D8000C; font-weight: bold; }
.status_success { color: #4F8A10; font-weight: bold; }

.box_info  ul, .box_success  ul, .box_warning  ul, .box_error  ul, .box_validation ul {
	list-style: none;
}
