/* @override http://www.quierousa.com/cache/themes/theme3/custom.css */

input[type="button"], .button {
        background: #25170f;
        border: 1px solid black;
        color: #a58776;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 3px 7px;
        cursor: pointer;
}

.header {
        background: none;
        height: 141px;
        width: 940px;
        margin: auto auto;
}

.logo {
        float: left;
        padding-top: 10px;

}

#message {
        border: 1px solid #efefef;
}

.search {
        float: right;
        padding-top: 25px;
        
}

.search_box {
        background: url(../../../images/1point6/searchbox.png) no-repeat;
        width: 209px;
        height: 31px;
        border: none;
        color: #bdbdbd;
}

.search_button {
        background: url(../../../images/1point6/search_icon.png) no-repeat;
        width: 30px;
        height: 31px;
        border: none;
        cursor: pointer;
        float: right;
}

.submenu {
        width: 950px;
        background: #25170f;
        color: #a58776;
        text-align: left;
        margin: auto auto;
        border-radius-bottomleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-radius-bottomright: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
       margin-top: -21px;
}

.submenu ul {
        padding: 7px;
}

.submenu li, .submenu a {
        display: inline;
        color: #a58776;
        padding: 0px 5px;
}
		
		