/* your styles go here */
.AjaxLoaderInner {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: Black;
}

.AjaxLoaderOuter {
    position: fixed;
    vertical-align: middle;
    text-align: center;
    z-index: 100005;
    top: 0px;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    display: none;
}


.error {
    width: 95%;
    text-align: left;
    color: red;
}

.info {
    border-style: solid;
    width: 95%;
    border-width: thin;
    text-align: left;
    color: #274f98;
}

#topnav li {
    cursor: pointer;
}
