body, html {
    margin: 0 auto;
    font-family: Verdana;
    font-weight: normal;
    background: #fff
}

#content {
    display: block;
    width: 530px;
    height: 75px;
    margin: 0 auto;
    margin-top: 200px;
    background: #fff;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1
}

#contentCenter, #contentBottom {
    text-align: center;
    cursor: pointer
}

#contentCenter {
    width: 520px;
    height: 49px;
    padding: 5px;
    background: #a79770;
    font-size: 12pt
}

#contentBottom {
    width: 90px;
    height: 12px;
    margin-left: 430px;
    padding: 2px 5px 2px 5px;
    background: #c4b89d;
    font-size: 8pt;
    font-style: italic
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: underline;
    color: #fff
}

#content2 {
    display: none;
    width: 100%;
    height: 100%;
    background: #a79770;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0
}

#content2Center {
    width: 300px;
    color: #fff;
    font-size: 10pt;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    padding: 15px
}

#content2Bottom {
    width: 90px;
    height: 12px;
    margin: 0 auto;
    padding: 2px 5px 2px 5px;
    text-align: center;
    cursor: pointer;
    background: #c4b89d;
    font-size: 8pt;
    font-style: italic
}

input, textarea {
    width: 150px;
    border: 0
}

textarea {height: 65px}

table, tr, td {
    border: 0;
    padding: 1px;
    padding-left: 0;
    border-spacing: 0;
    vertical-align: top
}

span {
    font-size: 14pt
}


