@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */
body {
    background: #f0f0f0 url(../img/background.png) top center repeat-y;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

#allbox {
    background:  url(../img/logo.png) top center no-repeat;
    color: white;
    margin: auto;
    text-align: left;
    width: 238px;
    padding-left: 25px;
    padding-right: 13px;
    line-height: 1.5em;
}

h1 {
    font-weight: bold;
    margin-bottom: 12px;
    padding-top: 200px;
}

label {
    font-weight: bold;
    width: 50px;
    display: block;
    float: left;
}

a {
    color: white;
    text-decoration: none;
}

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */
