/* ESTILOS VENTANAS DE ALERTA */

form { 
	margin: 0px; padding: 0px; 
}

#systemMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #676767;
    padding: 0;
    border: 0;
    outline: 0;
}

#systemMessage table {
	width: 92%;
}

#systemMessage ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #676767;
    margin-top: 0px;
    margin-left: 20px;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: disc outside none;
}

/* FIN ESTILOS VENTANAS DE ALERTA */
