
html, body {
    background: #1A1F21 url('../images/background.png') repeat-x top left;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
} 

a {
    color: #777777;
    text-decoration: none;
    outline: none; /* links border with FF */
}

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

img {
    border: none;
}

p {
    text-align: justify;
    padding: 5px 0;
    margin: 0;
}

ul {
    list-style-type: square;
}

li {
    padding: 2px 0;
    font-weight: bold;
}

h1, h2, h3 {
    margin: 0;
}

h3 {
    font-size: 14px;
}

/* PAGE */
#page {
    position: relative;
    background: #1A1F21 url('../images/content.png') no-repeat top left;
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#loading {
    background: transparent url('../images/loader.gif') no-repeat;
}

#pulsate {
    background: transparent url('../images/pulsate.gif') no-repeat;
}

.ajaxmsg {
    position: absolute;
    top: 342px;
    left: 572px;
    width: 240px;
    height: 31px;
    padding: 7px 0 0 42px;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

#header {
    position: relative;
    height: 150px;
}

#header .logo {
    margin: 40px 0 0 30px;
}

#header .back {
    position: absolute;
    right: 50px;
    top: 52px;
    width: 162px;
    height: 123px;
    z-index: 1000;
    cursor: pointer;
}

#footer {
    background: transparent url('../images/shadow-footer.png') no-repeat top center;
    width: 870px;
    padding: 50px 20px 50px 0;
    text-align: right;
    color: #777777;
}

#content {
    background: transparent url('../images/shadow.png') no-repeat top center;
    width: 100%;
    padding-top: 50px;
}

#evaluate {
    background-color: #393E3F;
    padding: 20px;
}

#form {
/*    position: relative;*/
    background: #393E3F url('../images/input-left.gif') no-repeat bottom left;
/*    height: 50px;*/
    margin-top: 20px;
    padding-left: 15px;
    overflow: auto;
/*    width: 530px;*/
}

#form .input {
    width: 450px;
    height: 40px;
    font-size: 24px;
    color: #393E3F;
    border: none;
    padding:0;
    margin:0;
    padding-top: 10px;
    background: #FFFFFF url('../images/input-back.gif') repeat-x top left;
    vertical-align:middle;
}

#form .button {
    background: #393E3F url('../images/input-button.gif') no-repeat top left;
    width: 75px;
    height: 50px;
    border: none;
    cursor: pointer;
    vertical-align:middle;
}

#error {
    background: #FEF1EC url('../images/icon-error.png') no-repeat 10px;
    color: #CD0A0A;
    margin-top: 10px;
    padding: 10px 30px;
    border: #CD0A0A 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: auto;
}

#error a:hover {
    color: #CD0A0A;
}

#results {
    margin-top: 20px;
    overflow: hidden;
}

#results h2 {
    position: relative;
    background-color: #2E3335;
    margin: 1px 0;
    padding: 8px 10px; /*38px;*/
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    clear: both;
}

#results h2 a {
    display: block;
}

#accordion {
    background-color: #393E3F;
    padding: 1px 15px;
    overflow: hidden;
}

#block {
    background: #393E3F url('../images/block.png') no-repeat;
    margin: 15px 0;
    overflow: hidden;
}

#message {
    float: left;
    width: 70px;
    padding: 10px 0;
    text-align: center;
    overflow: auto;
}

#result {
    float: left;
    width: 760px;
    padding: 5px 0 0 20px;
}

#container {
    max-height: 240px;
    overflow-y: auto;
}

#table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

#table th {
    background-color: #EFEFEF;
    color: #2C2C2C;
    padding: 5px;
}

#table td {
    padding: 5px;
    border-bottom: #EFEFEF 1px solid;
    overflow: hidden;
}

.num {
    width: 150px;
    text-align: center;
}

.choice {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.selected {
    color: #FFFFFF;
}

.ui-icon {/*
    position: absolute;
    left: 7px;
    top: 7px;
    */
    float: left;
    margin-right: 10px;
}

.rate-code {
    background-color: #2E3335;
    border: #FFFFFF 1px solid;
    color: #FFFFFF;
    padding: 5px;
    width: 300px;
    height: 80px;
}

.header-plus {
    background: #2E3335 url('../images/header-plus.png') no-repeat;
    width: 22px;
    height: 22px;    
}

.header-minus {
    background: #2E3335 url('../images/header-minus.png') no-repeat;
    width: 22px;
    height: 22px;
}

#tooltip {
    position: absolute;
    background-color: #1A1F21;
    padding: 5px;
}

#quote {
    background: #535859 url('../images/quote-up.png') no-repeat;
    width: 685px;
    margin: 10px 0 0 0;
    padding: 25px 40px 0 40px;
}

.infos {
    color: #777777;
}

.ui-dialog {
    border: #6D7173 8px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ui-dialog-titlebar {
    background-color: #2E3335;
    padding: 10px;
    border-bottom: #1A1F21 1px solid;
    overflow: hidden;
}

.ui-dialog-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    float: right;
}

.ui-dialog-content {
    background-color: #393E3F;
    padding: 10px;
    clear: both;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

#contact-form label {
    display: block;
    color: #A6A6A6;
    font-weight: bold;
}

#contact-form input, textarea {
    background-color: #5D5D5D;
    padding: 4px;
    color: #C4C4C4;
    border: #A9A9A9 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-text { width: 270px; }
.input-text-small { width: 120px; }
.input-button { width: 100px; padding-top: 20px; cursor: pointer; }

/* FORM MESSAGES */
.message {
    margin-left: 10px;
    padding: 2px 0 0 20px;
    text-align: left;
}

.error {
    background: transparent url('../images/icon-error.png') no-repeat;
    color: #CD0A0A; /*FC1964*/
}

.ok {
    background: transparent url('../images/icon-ok.png') no-repeat;
    color: #2E83FF;
}

.sending {
    background: transparent url('../images/sender.gif') no-repeat;
    color: #FFFFFF;
}
