/* CSS Document */
form#ContactForm {
	height: 255px;
	overflow: hidden;
}

div.Field {
	clear:both;
	padding: 0px 0px 12px 0px;
}

label {
	display: block;
	font-weight: bold;
	width: 120px;
	float: left;
}

input.Text, textarea.Text {
	width: 270px;
}

div.Buttons {
	text-align: center;
}

img.imgLightbox {
	border: 1px solid #420;
}
