@charset "utf-8";
/* CSS Document */

#enquiryform {
    width: 500px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 100px;
}

#content #address {
    /* float: right; */
    width: 200px;
    /* padding-left: 20px; */
}

#enquiryform label {
    display: block;
    font-weight: bold;
}
#name {
    width: 200px;
}
#email {
    width: 200px;
}

#enquiryform #message {
    width: 500px;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
}
#enquiryform .contactDetails {
    display: none;
}

.clearright {
    clear: right;
}
.thanks {
    color: #060;
}
