body {
    background-color: #FF6600;
    font-family: Verdana, Arial, Tahoma, serif;
    color: #FFFFFF;
    font-size: large;
    text-align: center;
    background-image: url('images/top.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
!important
}

a:link, a:visited {
    text-decoration: underline;
    color: #CCCCCC;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

img {
    border: none;
}

h1, h2, h3 {
    margin: 0;
}

#body {
    background-color: #FFFFFF;
    width: 560px;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
}

#body, #body table {
    color: #191616;
}

#body a:link, #body a:visited {
    text-decoration: underline;
    color: #333333;
}

#body a:hover {
    text-decoration: none;
}


#body #user_header ul {
    text-align: right;
    margin: 0px;
}

#body #user_header li {
    font-size: small;
    display: inline;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
}

.menu {
    list-style-type: none;
    padding: 4px 0;
}

.menu li {
    margin-bottom: 8px;
    display: inline;
    white-space: nowrap;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #E5E0D1;
    padding: 3px 5px;
    font-size: medium;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-image: url(images/css/btn.png);
    background-repeat: repeat-x;
    background-position: left top;
    display: inline;
    color: #333333;
}

.menu a:hover {
    border-top-style: inset;
    border-right-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
}


.copyright {
    text-align: center;
    font-size: 10px;
    border-style: solid;
}

.error_message {
    font-size: 10px;
    color: red;
    border-style: solid;
    width: 400px;
}

input.error, select.error, textarea.error {
    background-color: #eb9694;
}
