
#body_admin * {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
}

#body_admin #content {
    position: relative;
    width: 960px;
    margin: 50px auto;
    padding: 10px;
    background: #fff;
}

#body_admin #content h1 {
    height: 109px;
    margin-bottom: 10px;
    background: url(../../images/page-headers/default/1.jpg) 0 0 no-repeat;
    text-indent: -9999px;
}

#body_admin #content #a_logout {
    position: absolute;
    top: -20px;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

#body_admin #content h2 { 
    margin-bottom: 10px;
    padding: 5px;
    background: #052942;
    color: #fff;
    font-weight: bold;
}

#body_admin #content h3 { 
    margin-bottom: 10px;
    color: #052942;
}

#body_admin #content ul {
    overflow: auto;
}

#body_admin #content li {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    list-style: none;
}

#body_admin #content img {
    display: block;
    border: 1px solid #ccc;
}

#body_admin #content li .a_remove {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    padding: 5px;
    background: #fff url(../../images/trash.gif) 5px 50% no-repeat;
    text-indent: -9999px;
    opacity: .5;
}

#body_admin #content li .a_remove:hover {
    opacity: 1;
}

#body_admin #content p,
#body_admin #content dl { 
    margin-bottom: 10px;
    font-size: 12px;
}

#body_admin #content dt { 
    margin-bottom: 5px;
}

#body_admin #content dd { 
    margin-bottom: 10px;
}

#body_admin #content dd input { 
    padding: 0 5px;
}

#body_admin #content .p_error {
    color: red;
}