#legacy_xoopsform_abstract{
	display:	none;
}
#removeEndDatetime{
	display:	none;
}

/*	Messages
-------------------------------------------------------- */

.msgInfo, .msgSuccess, .msgWarning, .msgError {
    border: 1px solid;
    margin-top: 10px;
    margin-bottom:	10px;
    margin-left:	auto;
    margin-right:	auto;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width:	540px;
}

.msgInfo {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("images/msg_info.gif");
}
.msgSuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url("images/msg_success.gif");
}
.msgWarning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("images/msg_warning.gif");
}

.msgError {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("images/msg_error.gif");
}



