@charset 'UTF-8';

label {
    float: left;
}

input,
textarea {
    width: 284px;
    margin: 6px 0 15px 0;
}

input {
    display: block;
}

textarea {
    height: 136px;
}

button {
    border: 0;
    margin-bottom: 50px;
    padding: 6px 7px;
    text-transform: uppercase;
    font-weight: bold;
    background: #000000;
    color: #FFFFFF;
}

label.required {
    text-indent: -9px;
}

label.indent {
    margin-left: 9px;
}

form#contact {
    width: 300px;
}

input#contact-city {
    width: 141px;
}

input#contact-state {
    width: 34px;
}

input#contact-postal-code {
    width: 59px;
}

div#footer {
	margin-top: 0px;
}
