
/*	CONTACT FORM	*/
#notification {
	background: rgba(255,255,255,.85);
	border: 2px solid #5D9DAA;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -212px;
	padding: 50px 20px;
	width: 400px;
	z-index: 10;
}
#notification h5 {
	font-size: 24px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 20px;
}
#notification p {
	color: #222222;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#contactInfo {
	background: transparent url('/file-bin/images/getincontactwithus.jpg') no-repeat left top;
	color: #9d9d9d;
	margin-top: 5px;
	padding-top: 100px;
}
#contactInfo h2 { position: absolute; left: -2250px; }
#contactInfo p { padding-left: 55px; }
#contactInfo p a { text-decoration: none; }
#contactInfo p#emailInfo { background: transparent url('/file-bin/images/email.jpg') no-repeat left 2px; }
#contactInfo p#phoneInfo { background: transparent url('/file-bin/images/phone.jpg') no-repeat left top; }

form#contactUs { 
	color: #9d9d9d;
	margin-top: 15px;
}
form#contactUs p { margin: 10px 0; }
form#contactUs p.send { text-align: center; }
form#contactUs span { 
	position: relative;
	top: -22px;
	left: 500px;
	z-index: 10;
}
form#contactUs input[type=text], form#contactUs textarea { 
	background: #efefef;
	border: 0;
	color: #9d9d9d;
	cursor: default;
	font-family: 'times new roman';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 100%;
}
form#contactUs input.error, form#contactUs textarea.error { background: #efefef url('/file-bin/images/invalid.png') no-repeat 98% 3px; }
form#contactUs input.valid, form#contactUs textarea.valid { background: #efefef url('/file-bin/images/valid.png') no-repeat 98% 2px; }
#contactUs input.active, form#contactUs textarea.active { color: #222222; }

#contactUs #submitter {
	background: transparent url('/file-bin/images/send-request.jpg') no-repeat left top;
	border: 0;
	font-size: 0;
	cursor: pointer;
	height: 50px;
	outline: 0 none;
	width: 170px;
} 

