.updated_label{
	padding: 8px 15px;
	
	color: #000;
	
	margin-bottom: 10px;
	
	background-color: #c6c6c6;
	border: 1px solid #74a739;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.error_label{
	padding: 8px 15px;
	
	color: #232323;
	
	background-color: #ccc;
	border: 1px solid #232323;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.info_label,
.info_label_2{
	padding: 8px 15px;
	
	color: #000;
	
	/*background-color: #29a6d2;*/
	background-color: #c6c6c6;
	border: 1px solid #1a6985;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}