#help-panel fieldset {
    border: 2px solid #e5e5e5;
    clear: both;
    margin-bottom: 9px;
    padding: 9px;
}

li.boton, div.botonImp, div.botonImpTxt {
    display: inline-block;
    height: 98px;
    line-height: 12px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 51px;
    list-style: none;
    cursor: pointer;
}

 i.mini {
     font-size: small;
     margin-left: -15px;
     margin-top: -4px;
 }


li.botonERROR {
    cursor: default;
    opacity: 0.4;
}

/* Botones guardar / cancelar de las ventanas diÃ¡logos */
#guardar  {
    background: #E5E5E5 url('/uaCuestionarios/v2/iconos/guardar.gif') no-repeat scroll 0.2em 0.4em;
}
#cancelar  {
    background: #E5E5E5 url('/uaCuestionarios/v2/iconos/cancel.png') no-repeat scroll 0.2em 0.4em;
}

input.AYU[type=button]{
    position: absolute;
    right: 20px;
    margin-top: -15px;
    background: #000 none repeat scroll 0 0;
    font-weight: bold;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    height: 22px;
    width: 22px;
    padding: 1px;
}

div.active {
    color: #fff;
    background-color: #7952b3;
    border-color: #7952b3;
}