#contact {
	background: #5a707b url('/img/webart/contact.gif') no-repeat top right;
	color: #fff;
	padding-left: 15px;
	cursor: pointer;
	position: fixed;
	top: 130px;
	left: -17px;
	width: 39px;
	height: 102px;
	z-index: 101;
}

#contactForm {
	background: #5a707b;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	padding: 10px 0px 10px 80px;
	position: fixed;
	top: 50px;
	left: -450px;
	width: 366px;
	/*height: 490px;*/
	z-index: 100;
}
	#contactForm p {
		margin: 10px 25px 10px 10px;
		font-weight: bold;
		text-align: center;
	}
	#contactForm div.input {
		width: 95%;
	}
		#contactForm div.input label {
			color: white;
		}
	#contactForm .submit {
		clear: none;
		margin: 0;
		width: 90%;
	}
	#contactForm label span.error-message {
		color: red;
		font-size: 80%;
		margin-left: 10px;
	}
	#contactForm #loading {
		background: url('/img/webart/loader.gif') no-repeat;
		float: right;
		width: 16px;
		height: 11px;
		margin: 0px 10px 0px 0px;
		display: none;
	}

