.adminbox {
    position: relative;
    margin: 10px 2px 2px;
    padding: 9px 2px 2px;
    border: 1px dotted rgb(168,168,168);
}

.adminbox .buttons {
    position: absolute;
    height: 16px;
    top: -9px;
    left: 2px;
}

.adminbox .buttons .button {
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 2px;
    background-color: rgb(168,168,168);
    background-position: center center;
    background-repeat: no-repeat;
}

#newsitems {
    width: 100%;
    padding: 0;
    margin: 0;
}

#newsitems .newsitem {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
}

#newsitems .newsitem .category {
    float: left;
    padding: 0 8px 8px 0;
}

#newsitems .newsitem .category img {
    display: block;
    margin: 0;
    padding: 0;
}

#newsitems .newsitem .category input {
    display: block;
    margin: 0;
    padding: 0;
}

#newsitems .newsitem .category p {
    margin-top: 5px;
}

#newsitems .newsitem .item {
    vertical-align: middle;
}

#newsitems .newsitem .item .title {
    margin-bottom: 2px;
}

#newsitems .newsitem .item .title h1 {
    background-image: none;
    margin: 0;
    font-size: 12px;
}

#newsitems .newsitem .item .title input {
    width: 500px;
    margin: 0;
}

#newsitems .newsitem .item .content {
    margin: 0;
}

#newsitems .newsitem .item .content p {
    margin: 0;
}

#newsitems .newsitem .item .content textarea {
    display: block;
    width: 500px;
    height: 100px;
    margin: 0;
}

#newsitems .newsitem .buttons {
    position: absolute;
    height: 24px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

#newsitems .newsitem .buttons .button {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 2px;
    background-color: rgb(168,168,168);
    background-position: center center;
    background-repeat: no-repeat;
}
