p#address {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
}
dl {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 200px;
}
dt, dd {
	display: inline;
	width: 200px;
}
dd {
	margin: 0 0 0 10px;
	text-align: right;
}
form#contact {
	position: absolute;
	top: 55px;
	left: 30px;
	width: 515px;
	height: 275px;
	background: url(/images/contact_form_background.png) repeat;
	border: 1px solid #7D80B9;
	z-index: 70;
}
form#contact legend {
	display: none;
}
form#contact fieldset {
	border: none;
}
form#contact label {
	display: block;
	margin: 10px 25px 2px 15px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #1A1A1A;
}
form#contact input[type=text], form#contact textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-left: 15px;
	margin-right: 25px;
	color: #1A1A1A;
}
form#contact input[type=text] {
	width: 465px;
	height: 22px;
	border: none;
	padding: 0 5px 0 5px;
	background-image: url(/images/input_text_background.png);
	background-repeat: repeat;
	background-position: bottom center;
}
form#contact textarea {
	width: 465px;
	height: 66px;
	border: none;
	padding: 0 5px 0 5px;
	background-image: url(/images/input_text_background.png);
	background-repeat: repeat;
	background-position: top center;
}
form#contact input[type=image] {
	position: relative;
	top: 30px;
	left: 435px;
}
