/* Colorización  y fondos */

body {
    background:url('images/bg-body.png') repeat;
}

div#header {
    background:url('images/bg-header.png') repeat-x;
}

div#footer {
    background:inherit;
}

/* div#contact-form-container {
    background:url('images/bg-contact-form.png') no-repeat;
}*/

.white {
    color:#fff;
}

.green {
    color:#cccc00;
}

input[type="text"],textarea {
    font-size:11px;
    color:#fff;
    background:#000;
    border:1px #cccc00 solid;
}

input[type="submit"] {
    color:#fff;
    background:#000;
    border:1px #cccc00 solid;
    font-weight:500;
    margin-top:5px;
    float:left;
}

input[type="checkbox"] {
    color:#fff;
    background:#000;
    border:1px #cccc00 solid;
}
