@import "reset.css";
@import "layout.css";
@import "menus.css";
@import "typo.css";
@import "modules.css";
body.mceContentBody {
    background-color: #FFF !important;
    background-image: none
    }
#menu-container {
    position: relative;
    z-index: 99
    }
.submit {
    width: 230px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #842719;
    border-radius: 5px;
    background: #af3a29;
    background: -moz-linear-gradient(50% 0%, #af3a29 0%, #9e3529 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af3a29), color-stop(100%, #9e3529));
    border: none;
    box-shadow: 0 1px 0 #f08474 inset
    }
.submit:hover {
    width: 230px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #842719;
    border-radius: 5px;
    background: #9e3529;
    background: -moz-linear-gradient(50% 0%, #9e3529 0%, #af3a29 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e3529), color-stop(100%, #af3a29));
    border: none;
    box-shadow: 0 1px 0 #f08474 inset
    }
#reservation-1 {
    float: left;
    width: 230px;
    height: 195px;
    margin-left: 11px;
    background: #ebebeb;
    padding: 10px;
    margin-top: 10px
    }
#reservation-2 {
    float: left;
    width: 640px;
    /*height: 220px;*/
    margin-bottom: 10px;
    margin-left: 11px;
    margin-top: 10px;
    list-style: none
    }
#component table {
    width: 860px
    }
#component table tr td {
    padding: 10px
    }
#component .post-heading {
    /*min-height:250px;*/
    }
td {
    vertical-align: top
    }