
/* GENERAL */
input {
	color: #000000;
	margin: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	color: #000000;
	margin: 0;
	padding: 0;
}
select {
	color: #000000;
	margin: 0;
	padding: 0;
}
input[type='checkbox'] {
    margin: -2px 5px 0 0;
}

/* SEARCH */
form#search {
    float: right;
    margin: 5px 0px 0 0;
}
form#search .links {
    margin-bottom: 10px;
}
form#search .links a {
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 11px;
    line-height: 11px;
    display: inline-block;
}
form#search .links a.last {
    padding-right: 0;
    margin-right: 0;
    border: none;
}
#search #searchterm {
    width: 136px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    color: #a0a0a0;
    display: block;
    padding: 0 6px;
    margin: 0 8px 0 0;
    -webkit-box-shadow: none;
    box-shadow: 0;
    float: left;
    font-weight: normal;
    border: 1px solid #dcdcdc;
}
#search #searchterm:focus {
    border: 1px solid #dcdcdc !important;
}
#search #submit {
    width: 15px;
    height: 14px;
    float: left;
    margin: 4px 4px 0 0;
    background: url('../images/sprite.png');
    background-position: -216px -1px;
    border: none;
    text-indent: -9999px;
}
#search #submit:hover {
    background-position: -216px -21px;
}

/* CONTACT */
#contact .enquiry {
    margin-top: 30px;
    padding: 15px;
    background: #f5f5f5;
}
#contact .enquiry form {
    width: 680px;
}
#contact textarea:focus,
#contact input[type='text']:focus {
    border: 1px solid #000000 !important;
}
#contact label {
    margin: 10px 0;
    display: block;
    font-weight: bold;
    font-size: 13px;
    float: left;
    width: 180px;
}
#contact input[type='text'] {
    width: 478px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
}
#contact textarea {
    width: 478px;
    height: 120px;
    padding: 10px;
    font-family: $font_family;
    margin-bottom: 10px;
}
#contact label.error {
    color: #8A1F11;
}
#contact input.error {
    border: 1px solid #FBC2C4;
}
#contact label.no-contact {
    display: inline;
}
#contact input[type=\"checkbox\"] {
    top: -3px;
    position: relative;
}
#contact input.button {
    padding: 10px 20px;
    color: #414042;
    font-size: 13px;
    float: right;
}