a {
    color: #ff6b00;
}

img{
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #ffffff;
}
body {
    height: 100%;
    background: #f4ab6299;
}

.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #ff6b00;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #ff6b00;
    text-decoration: none;
}
.pkp_structure_content {
    padding-top: 30px;
    background-color: white;
}
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #ff6b00;
    text-decoration: none;
}
.pkp_structure_footer_wrapper {
    background: #f8cca0;
}
.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ff6b00;
}
.pkp_structure_head {
    background-color: #fff;
    border-bottom: 6px solid #ff6b00;
}
.pkp_footer_content {
    padding: 30px;
    text-align: left;
    background: white;
}