.flash_box {
    min-height: 19px;
    /*margin: 5px 20px 5px 20px;*/
    padding: 15px 10px 10px 52px;
    font-size: 1.2em;
}

/*.message {
	background: #FCED83 url('../img/icons/info_64x64.png') no-repeat 10px 10px;
}*/

.flash_info {
    background: #FCED83 url('../img/icons/info_24x24.png') no-repeat 10px 10px;
}

.flash_success {
    background: #BCFE94 url('../img/icons/success_24x24.png') no-repeat 10px 10px;
}

.flash_warning {
    background: #FCED83 url('../img/icons/warning_24x24.png') no-repeat 10px 10px;
}

.flash_error {
    background: #FF9797 url('../img/icons/delete_24x24.png') no-repeat 10px 10px;
}
.flashMessageContainer {
	position: relative;
}
.flashMessageContainer a.close {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 0.8em;
}