.success,
.informacao,
.error-message,
.atencao,
.notice
{
        font-size: 15px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
        margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	
}

.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
}

.error,
.error-message {
	clear: both;
	color: #fff;
	background: #ff0000;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ff0000, #E60000);
	background-image: -ms-linear-gradient(top, #ff0000, #E60000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#E60000));
	background-image: -webkit-linear-gradient(top, #ff0000, #E60000);
	background-image: -o-linear-gradient(top, #ff0000, #E60000);
	background-image: linear-gradient(top, #ff0000, #E60000);
}

.notice {
	clear: both;
	color: #fff;
	background: #ff0D00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
}

.informacao {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #0000FF;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(#0000aa));
	background-image: -webkit-linear-gradient(top, #0000ff, #0000aa);
	background-image: -moz-linear-gradient(top, #0000ff, #0000aa);
	background-image: -ms-linear-gradient(top, #0000ff, #0000aa);
	background-image: -o-linear-gradient(top, #0000ff, #0000aa);
	background-image: linear-gradient(top, #0000ff, #0000aa);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.confirmacao{
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #0000ff;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337aff), to(#0000ff));
	background-image: -webkit-linear-gradient(top, #337aff, #0000ff);
	background-image: -moz-linear-gradient(top, #337aff, #0000ff);
	background-image: -ms-linear-gradient(top, #337aff, #0000ff);
	background-image: -o-linear-gradient(top, #337aff, #0000ff);
	background-image: linear-gradient(top, #337aff, #0000ff);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}

.atencao{
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #337ab7;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337aff), to(#337ab7));
	background-image: -webkit-linear-gradient(top, #337aff, #337ab7);
	background-image: -moz-linear-gradient(top, #337aff, #337ab7);
	background-image: -ms-linear-gradient(top, #337aff, #337ab7);
	background-image: -o-linear-gradient(top, #337aff, #337ab7);
	background-image: linear-gradient(top, #337aff, #337ab7);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}