/*User Alerts*/

#user_alert {
    width: 100%;
    background-color: white;
    margin-left:auto;	
    margin-right:auto;	
    text-align: center;

}
#user_alert_ok {
    font-size: 10px;
    margin:auto;	
    width: 100%;
    color: white;
    background: url('/images/css/admin_animated.gif');

}
#user_alert_error {
    font-size: 10px;
    margin:auto;	
    width: 100%;
    color: white;
    background: url('/images/css/admin_animated_error.gif');

}
#user_alert_none {
    font-size: 10px;
    margin:auto;	
    width: 96%;
    color: white;
    background-color: white;
}
