div#home_logo {
    margin: 10px;
    max-width: 163px;
}
div#home_logo.tp24 {
    padding: 10px;
    margin: 0;
    background-color: #fcfcfc;
}
div#home_logo img {
    max-width: 163px;
}

div#add_new_order a {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff url("../images/environment/widgets/objects_list/empty-page-button.png") repeat-x scroll left 1px;
    border-color: #000;
    border-image: none;
    border-style: solid solid solid solid;
    border-width: 2px 2px 2px 2px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 800;
}

.homepage div#wireframe_content {
    overflow-y: auto;
}
.homepage div.homepage-left {
    float:left;
    width: 22%;
}
.homepage div.homepage-right {
    float:left;
}

.homepage div.homepage-top {
    overflow: auto;
    position: absolute;
    height: 88%;
}
.homepage div.homepage-bottom {
    position: absolute;
    bottom: 0;
    height: 9%;
    width: 78%;
    text-align: center;
}

.homepage div#existing_orders {
    overflow: auto;
}

