
.spacer {
    font-size: 1px;
    line-height: 1px;
    clear:left;
}

img {
    border: none;
}


#contact {
    padding: 5px;
}

#contact label {
    display: block;

    width: 150px;
    float: left;
    margin-top: 3px;
}

#contact .text {

    width: 200px;
    float: left;
    margin-top: 3px;
    border: solid 1px #ccc;
	padding:2px;
}

#contact input.red {
    background: #eb8282;
    
}

#contact .submit {
    margin: 10px;
    text-align: center;
}

#contact .submit input {

    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 2px #555;
    background: #c7b784;
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

#contact .submit input:hover {
    color: #000;
}
    