
/* [SPAN] ivuglobal:: alert box		      */
/* [SPAN] ivuglobal:: alert box close tag [X] */
span#ivufeedbackclose,
span#ivufeedback {
    font-size: 12px;
    font-family: lucidaconsole, lucida_console, fixed, courier;
    position: absolute;
    background-color: rgba(245, 250, 240, 0.8);
    border-radius: 24px;
    padding: 14px 14px 14px 14px;
    border: solid rgba(245, 250, 240, 0.1) 24px;
    vertical-align: center;
    text-align: center;
    left: 40%;
    top:  40%;
    visibility: hidden;
}

/* [SPAN++] ivuglobal:: alert box close tag [X] */
span#ivufeedbackclose {
    cursor: pointer;
    font-size: 9px;
    padding: 3px 3px 3px 3px;
    border-radius: 18px;
    border: solid rgba(245, 250, 240, 0.1) 8px;
}

