
/** Messaggi **/
.message {
	background-color: #ffffff;
	border: 1px solid #dedede;
	padding: 2em;
	background-position: 4px 50%;
	background-repeat: no-repeat;
	margin: 0 0 2.0em 0;
}

.message_confirm {
	background-image: url("../img/icons/32x32/dialog-information.png");
	border: 1px solid #3d8a41;	
	background-color: #ffffff;
	color: #3d8a41;
}

.message_error {
	background-image: url("../img/icons/32x32/dialog-warning.png");
	border: 1px solid #b8311b;	
	background-color: #ffffff;
	color: #b8311b;
}

.message_warning {
	background-image: url("../img/icons/32x32/dialog-warning.png");
	border: 1px solid #D12C24;	
	background-color: #ffffff;
	color: #333333;
}

.message h2, .message h3, .message h4 {
	font-size: 1em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
}

.message_confirm h2, .message_confirm h3, .message_confirm h4 {
	border-bottom: 1px dashed #3d8a41;
}

.message_error h2, .message_error h3, .message_error h4 {
	border-bottom: 1px dashed #b8311b;
}

.message_warning h2, .message_warning h3, .message_warning h4 {
	border-bottom: 1px dashed #D12C24;
}

.message a, .message a:visited{
	text-decoration: underline;
}

.message a:hover{
	text-decoration: none;
}


