

.enquiryForm textarea,
.enquiryForm input {
    vertical-align: top;
}
.enquiryForm label {
    display: block;
    font-weight: normal;
}
.enquiryForm fieldset p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.enquiryForm form input[type='text'] {
    width: 200px;
    border: 1px solid #c0c0c0;
    padding: 5px;
}

.enquiryForm select {
    width: 212px;
}
.enquiryForm form textarea {
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}

.enquiryForm .require {
    color: red;
/*    font-size: 24px;*/
}



.enquiryForm form input,
.enquiryForm form textarea,
.enquiryForm label,
.enquiryForm select
.enquiryForm  {
    font-size: 14px;
}

.error {
    
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0 none;
}

.enquiryForm form input[type="submit"],
.enquiryForm form input[type="reset"],
.enquiryForm form input[type="button"]
{
    
    cursor: pointer;
    border:0;
}

.button-black
{
    border:1px solid #1c1717;
    background: #1c1717; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #515458 2%, #272b30 98%, #1c1717 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(2%,#515458), color-stop(98%,#272b30), color-stop(100%,#1c1717)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#515458 2%,#272b30 98%,#1c1717 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#515458 2%,#272b30 98%,#1c1717 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#515458 2%,#272b30 98%,#1c1717 100%); /* IE10+ */
    background: linear-gradient(top, #e8e8e8 0%,#515458 2%,#272b30 98%,#1c1717 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#1c1717',GradientType=0 );  IE6-9 */
    color: white;
}

.button-black:hover
{
    border:1px solid #1c1717;
    background: #1c1717; /* Old browsers */
    background: -moz-linear-gradient(top, #1c1717 0%, #272b30 2%, #515458 99%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1717), color-stop(2%,#272b30), color-stop(99%,#515458), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c1717 0%,#272b30 2%,#515458 99%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c1717 0%,#272b30 2%,#515458 99%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c1717 0%,#272b30 2%,#515458 99%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(top, #1c1717 0%,#272b30 2%,#515458 99%,#e8e8e8 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1717', endColorstr='#e8e8e8',GradientType=0 );  IE6-9 */
    color: white;
}

