/* here you can put your own css to customize and override the theme */

.flash {
    text-align: center;
    padding:  .3em .4em;
    margin:   0 auto .5em;
    clear:    both;
    max-width:  46.923em; /* 610/13 */  
    *max-width: 45.750em; /* 610/13.3333 - for IE */
    position: fixed;
    width: 343px;    
    z-index: 9;
    left: 40%;    
}

.flash.error {
    border: thin solid #8b0000;
    background: #ffc0cb;
}

.flash.notice {
    border: thin solid #ff0;
    background: #ffe;
}

.flash.warning {
    border: thin solid #b8860b;
    background: #ff0;
}

.flash .close {
    float:  right;
}

.flash .close a {
    color:        #f00;
    text-decoration:  none;
}

.flash.notice {
  border: thin solid #538B0B;
  background: #A2E7B6;
}