.error
{
    color: #993333 !important;
    border-color: #993333 !important;
    background-color: #ffeeee !important;
}

.success
{
    color: #339933 !important;
    border-color: #339933 !important;
    background-color: #eeffee !important;
}

div.error, div.success
{
	border: 1px solid;
	padding: 5px;
}
