/*
    NSH Developments Contact CSS
    
    Designed by SLA Associates Limited 2014

*/
/* -------------------- Common Layout -------------------- */
.contact fieldset
{
    border: none;
}
.contact legend
{
    color: #000;
    font: normal normal bold 16px/18px Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Sans-Serif;
}

.contact input,
.contact select,
.contact button,
.contact textarea,
.contact label
{
    font: normal normal normal 12px/12px Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Sans-Serif;
}
.contact label
{
    float: left;
    clear: left;
    width: 120px;
    line-height: 2.5;
    font-weight: bold;
}
.contact input,
.contact textarea
{
    display: block;
    padding: 6px;
    margin: 6px 0;
	border: 1px solid #c0c0c0;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
}
.contact input
{
    width: 300px;
}
.contact input:hover, 
.contact input:focus,
.contact textarea:hover, 
.contact textarea:focus 
{
	background: #f1f1f1;
} 

.contact input#submit-contact-enquiry
{
    width: auto;
    cursor: pointer;
    padding: 7px 7px; 
    width: 125px;
    background-color: #d94339; 
    color: #fff;
    border: none;
}
.contact input#submit-contact-enquiry:hover
{
    background-color: #94241c;
}
.contact textarea
{
    width: 300px;
}
.contact .addinfo
{
    display: none;
}
.contact .required
{
    cursor: help;
    color: #ff0000;
}
.address,
.telephone,
.email,
.mobile,
.fax
{
    padding-left: 60px;
    line-height: 48px;
    clear: left;
    font-size: 110%;
}
.address {
    background: url("/graphics/icon-location.svg") no-repeat 0 0;
    line-height: 1.4;
    padding-bottom: 0;
    background-size: 48px 48px;
}
.telephone {
    background: url("/graphics/icon-phone.svg") no-repeat 0 0;
    background-size: 48px 48px;
}
.email {
    background: url("/graphics/icon-email.svg") no-repeat 0 0;
    background-size: 48px 48px;
}
.mobile {
    background: url("/graphics/icon-mobile.svg") no-repeat 0 0;
    background-size: 48px 48px;
}
#form-message
{
    padding: 5px;
    border: 1px solid #df8f8f;
    color: #665252;
    background: #ffcece;
    display: none;
    margin-bottom: 15px;
}
#form-message
{
    border-radius: 5px;
}
#form-message p
{
    padding-left: 70px;
}
.message
{
    display: block;
}