/* 
    Document   : style.css
    Created on : 29.06.2010, 12:06:13
    Author     : media4mation.com
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    background: #FFFFE6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    text-align: justify;
}

#warning {
    color: red;
}

#header {
    background-color: white;
}

#header h1 {
    margin: 0;
    padding: 20px;
}

#header h2 {
    margin: 0;
    padding: 2px;
}

#header img {
    position: absolute;
    top: 10px;
    right: 20px;
}

#header hr {
    clear: both;
}

#notes {
    background-color: #fee;
    font-size: 0.8em;
}

#request h2 {
    text-align: center;
    border-bottom: 1px solid;
}

#form {
    width: 100%;
    font-size: 0.8em;
}

#form table {
    padding: 0;
    margin: 0;
    border: 0;
}

#form th {
    background: #d2e9ff;
    padding: 2px 2px 2px 20px;
    font-size: 1.2em;
    text-align: left;
}


#form td {
    padding: 5px 10px;
}

#form input {

}

#form #background {
    background-color: #eee;
}

#form2 {
    width: 100%;
    font-size: 0.8em;
}

#form2 table {
    padding: 0;
    margin: 0;
    border: 0;
}

#form2 #background1 {
    background-color: #eee;
}

#form2 #background2 {
    background-color: #fff;
}

#form2 #background3 {
    background-color: #eee;
}

#buttons {
    text-align: center;
}

#footer {
    text-align: center;
    font-size: 0.7em;
    color: gray;
}

#footer a {
    text-decoration: none;
    color: gray;
    font-weight: normal;
}
