/* flash messages */
#flash_info, #flash_notice, #flash_success, #flash_warning, #flash_error, #validation {
  font-family: helvetica;
border: 1px solid;
margin-right: 60px;
margin-left: -130px;
margin-top: 60px;
width: 430px;
margin-bottom: 10px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 10pt;
text-align: left;
font-weight: bold;
}
#flash_info {
border-color: #00529B;
color: #000000;
background-color: #BDE5F8;
background-image: url('/images/bigspot/flash/info.png');
}

#flash_notice {
    color: #000000;
    background-color: #BDE5F8;
    background-image: url('/images/bigspot/flash/info.png');
}

#flash_success {
border-color: #4F8A10;
color: #000000;
background-color: #DFF2BF;
background-image:url('/images/bigspot/flash/success.png');
}
#flash_warning {
border-color: #9F6000;
color: #000000;
background-color: #FEEFB3;
background-image: url('/images/bigspot/flash/warning.png');
}
#flash_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/bigspot/flash/error.png');
}

.fieldWithErrors {
    color: #ffffff;
    display: inline;
}
