/* ===============================================
Hall Contact Form ================================*/

div#contact-container {
	width: 600px;
	position: relative;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

div#contact-container p#logo {
	clear: left;
}

p.phone {
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
	float: right;
	clear: right;
	color: #ccc;
	font-style: italic;
	padding-right: 15px;
	width: 300px;
	line-height: normal;
	padding-top: 45px;
}

p.phone small {
	font-size: 0.3em;
	color: #ccc;
	display: block;
}

p.contact {
	width: 600px;
	float: left;
	padding: 0;
}

div#contact-container h1 {
	float: left;
	font-size: 2em;
	width: 600px;
}

div#contact-container form {
	float: left;
	width: 600px;
	padding-bottom: 0px;
}

div#contact-container form fieldset label {
	display: block;
	padding: 10px 0 10px 25px;
	border-top: 1px solid #ccc;
	float: left;
	width: 575px;
	line-height: 25px;
}

div#contact-container form fieldset label.recaptcha_input_area_text {
	line-height: normal;
}

div#contact-container form fieldset label.enquiry textarea {

}

div#contact-container form fieldset label.error {
	background: #c72c2c !important;
	color: #fff;
	display: block;
	clear: both;
	font-weight: bold;
}

div#contact-container form fieldset label.alt {
	background: #f6f6f6;
}

div#contact-container form fieldset label span.req {
	font-style: italic;
	color: #ccc;
}

div#contact-container form fieldset label span.label {
	display: block;
	float: left;
}

div#contact-container form fieldset label span.error_message {
	color: #fff;
	font-weight: normal;
	float: left;
}

div#contact-container form fieldset input, div#contact-container form fieldset textarea {
	border: 1px solid #ccc;
	padding: 5px 7px;
	float: right;
	width: 300px;
	margin-right: 70px;
	display: inline-block;
}

div#contact-container form fieldset textarea {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 489px;
}

div#contact-container form fieldset input.button {
	width: auto;
	float: left;
	clear: both;
	border: none;
	text-indent: -9999px;
	margin-right: 0;
	width: 155px;
	height: 36px;
	clear: none;
	cursor: pointer;
}

div#contact-container form fieldset input#submit {
	background: url(../images/button-send-enquiry.png) no-repeat;
	float: right;
}

div#contact-container form fieldset input#cancel {
	background: url(../images/button-cancel.png) no-repeat;
	float: left;
	clear: left;
}

div#contact-container form fieldset input#submit, div#contact-container form fieldset input#cancel {
	font-size: 0;
	display:block;
	line-height: 0;
}

div#contact-container form legend {
	display: none;
}

div#contact-container form fieldset label div#recaptcha {
	width: 489px;
}

div#contact-container form p.captcha-note {
	padding-top: 10px;
}

div#contact-container form label.error p.captcha-note {
	color: #fff;
}

div#contact-container div#success {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	padding: 100px 15% 0 15%;
	height: 750px;
	z-index: 1000;
	background: #fff;
}

div#recaptcha_area{
    clear: left;
    float: left;
}

p.captcha-note{
    clear: left;
    float: left;   
}