#godbox { position: absolute; top: 0; left: 0; text-align: center; width: 100%; z-index: 1000; display: none; }

.flash_box {
    padding: 10px;
    position: relative;    
    font-weight: bold;
    font-size: 22px;
    color: white;
	border-bottom: 1px solid;
    
}

.flash_info {
    background-color: #09C;
	border-bottom-color: #00eb00; 
}

.flash_success {
    background-color: #0A0;
	border-bottom-color: #00db00; 
}

.flash_warning {
    background-color: #F60;
	border-bottom-color: #ffb889;
}

.flash_error {
    background-color: #900;
	border-bottom-color: #9a9a9a;
}

