UL#postlist,
UL#postlist LI.postitem {
    display: block;
    list-style-type: none;
}

UL#postlist LI.postitem DIV {
    clear: left;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #8C8526;
}

UL#postlist UL.postmeta,
UL#postlist UL.postmeta LI {
    font-size: 12px;
    color: #8C8526;
    list-style-type: none;
    display: block;
    float: left;
}

UL#postlist UL.postmeta LI {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-right: 10px;
}

UL#postlist UL.postmeta LI.author {
    background-image: url("/images/icons/16x16/document_edit.png");
}
UL#postlist UL.postmeta LI.date {
    background-image: url("/images/icons/16x16/calendar_1.png");
}

A#postlink {
    text-decoration: none !important;
    margin-bottom: 10px;
    display: block;
    background-image: url("/images/icons/32x32/edit.png");
    background-position: left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 36px;
    font-size: 20px;
    outline: none;
    width: 300px;
}
A#postlink:hover {
    text-decoration: underline !important;
}

DIV#postform {
    width: 400px;
    float: left;
    padding: 5px;
    margin: 0 auto 10px 0;
    border: 2px solid #8C8526;
    background-color: #fff;
    background-color: #403c01;
    position: relative;
    z-index: 50;
}

DIV#postform DIV.frmGroup LABEL,
DIV#postform DIV.frmGroup INPUT,
DIV#postform DIV.frmGroup TEXTAREA {
    display: block;
    float: left;
}
DIV#postform DIV.frmGroup {
    clear: left;
    padding: 3px 0;
    overflow: hidden;
}

DIV#postform DIV.frmGroup LABEL {
    width: 77px;
    padding-right: 3px;
    text-align: right;
}
DIV#postform DIV.frmGroup INPUT {
    width: 250px;
}
DIV#postform DIV.frmGroup TEXTAREA {
    height: 100px;
    width: 254px;
}

DIV#postform INPUT.submit {
    clear: left;
    margin-left: 80px;
}

UL#posterrors {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #592202;
    margin: 0 auto 0 10px;
    width: 250px;
    float: left;
}

UL#posterrors,
UL#posterrors LI {
    display: block;
    list-style-type: none;
}

UL#posterrors LI {
    padding: 3px 5px 3px 20px;
    border-bottom: 1px solid #fff;
    background-image: url("/images/icons/16x16/warning.png");
    background-position: 3px center;
    background-repeat: no-repeat;
}

DIV#postshroud,
DIV#postshroud_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

DIV#postshroud {
    background-color: #fff;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
DIV#postshroud_image {
    z-index: 200;
    background-image: url("/images/lightbox-ico-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
