﻿.messages
{
    background-color: #ffc;
    border: solid 1px #ed9;
    display: none;
    font-weight: bold;
    margin: 1.0em 0;
    padding: 1em;
}

.messages ul
{
    margin-top: 0;
    margin-bottom: 0;
}

.alert,
.validation
{
	color: #c00 !important;
}

p.validation
{
    margin: 0;
    /*margin-bottom: 0.5em;*/
    line-height: 1.3;
}
/*
p.validation_nomargin
{
    margin:0;
    line-height: 1.3;
}
*/
