/* GLOBAL TAGS */
body {
    background-color: #FFF;
    color: #000;
    font: 62.5% verdana, sans-serif;
    padding-top: 40px !important;
    text-align: center;
}
body, h1, form, p {
    margin: 0;
    padding: 0;
}
input, select {
    font: 100% arial, sans-serif;
}

/* GLOBAL CLASSES */
p.justify {
    text-align: justify;
}
p.error {
    color: #F00;
}
p.success {
    color: #090;
}

/* CONTENT */
#container {
    background: url('/form-box-bg.jpg') no-repeat;
    margin: 0 auto;
    width: 425px;
    height: 289px;
}
#container h1 {
    font: bold 2em arial, sans-serif;
    padding-top: 30px;
    text-transform: uppercase;
}
#container p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 15px 30px;
}
#container label {
    font: bold 1.2em arial, sans-serif;
    text-transform: uppercase;
}
#container label, #container input {
    display: block;
    margin: 0 auto 5px auto;
}
#container input {
    font-size: 1.3em;
    padding: 2px 4px;
}
#container input[type='submit'], #container input[type='button'] {
    width: 100px;
}

