.error_list {
	margin: 2px 0;
}
.error_list li {
	color: #E9461E;
	font-size: 8pt;
	width: 150px;
}
.field_obligatory {
	position: relative;
	bottom: 5px;
	font-size: 8px;
	color: #E94919;
}
.post_form_alert {
	margin: 10px; 
	background-color: #5C5C5C; 
	color: #ffffff; 
	padding: 10px 20px;
	-moz-border-radius: 10px;
}
.post_form_alert p {
	font-size: 14px;
	width: 100%;
}
.post_form_alert a {
	color: #CCCCCC;
	border-bottom: 1px dotted #ACACAC;
}
.post_form_alert img {
	padding-right: 10px;
	margin-top: -15px;
}