.accmain a.txt {
    color: #666;
    line-height: 12px;
    background: url(../images/garrow.gif) 0px 5px no-repeat;
    padding-left: 7px;
}

.accmain a.txt:hover {
    color: #039;
    background: url(../images/barrow.gif) 0px 5px no-repeat;
}

.accteaser {
    width: 1024px;
    height: 508px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.acct_text {
    width: 345px;
    height: 161px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 264px;
    top: 138px;
}

.acct_text h1 {
    padding: 17px 16px 0px 16px;
    line-height: 20px;
    font-weight: normal;
    font-size: 20px;
}

.acct_text h2 {
    padding: 4px 16px 0px 16px;
    line-height: 15px;
    font-weight: bold;
    font-size: 14px;
}

.acct_text p {
    line-height: 12px;
    font-size: 11px;
    padding: 0px 16px 0px 16px;
}

.acct_lnks {
    width: 730px;
    position: absolute;
    left: 264px;
    top: 500px;
}

.acct_lnks a img {
    border: 2px solid #fff;
}

.acct_lnks a:hover img {
    border: 2px solid #039;
}

.acct_pane {
    display: none;
    width: 724px;
    height: 303px;
    position: absolute;
    z-index: 4;
    border: 1px solid #fff;
    background-color: #fff;
    left: 264px;
    top: 138px;
}

.acct_pane h1 {
    padding: 17px 0px 0px 16px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 210px;
}

.acct_pane p.txt {
    display: block;
    padding: 8px 0px 0px 16px;
    width: 210px;
    font-size: 11px;
    line-height: 12px;
}

a.ci_close {
    position: absolute;
    left: 711px;
    top: 0px;
    display: block;
}