@charset "utf-8";
@import url('body.css');
#mid-content {
	padding-bottom: 30px;	
}
a.email {
	color: #174d8f;	
}
	a.email:hover {
		color: #0a2c55;	
	}
h1 {
	width: 195px;
	background: url(../images/headers/h1-contact.jpg) no-repeat;	
}
form {
	display: block;
	width: 310px;
	font-size: 12px;
}
strong.error {
	display: block;
	color: #C00;
	margin-bottom: 3px;	
}
.form-row, .form-row-textarea {
	clear: both;
	position: relative;
	height: 52px;	
}
	.form-row-textarea {
		height: 105px;	
	}
label, input.text, textarea {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
	input.text, textarea {
		top: 16px;
		width: 304px;
		padding: 2px;
		background: #FFF url(../images/backgrounds/bg-input.jpg) top left repeat-x;
		border: 1px solid #666;
	}
	textarea {
		height: 67px;	
	}
	input.left, input.right, label.left, label.right {
		width: 147px;	
	}
		input.right, label.right {
			left: 157px;	
		}
	input.submit {
		display: block;
		width: 78px;
		height: 26px;
		margin: 0 auto;
		background: url(../images/buttons/button-submit.png) 0 0 no-repeat;
		cursor: pointer;
		border: none;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		overflow: hidden;	
	}
		input.submit:hover {
			background-position: 0 -26px;	
		}