
.contact {
	margin-bottom: 10px;
}

	.contact_title {
		height: 25px;
		width: 249px;

		display: block;

		background-image: url(../images/contact_title.gif);
		background-repeat: no-repeat;

		margin-bottom: 1px;
	}

	.contact_body {

		background-image: url(../images/contact_bg.gif);
		background-repeat: repeat-y;

	}
		.contact_text {
			padding-top: 11px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 8px;
		}

			.contact_field_name {
				font-size: 12px;
				color: #b34434;

				line-height: 15px;

				margin-bottom: 3px;
			}

			.contact_field_title {
				font-size: 11px;
				color: #595959;

				line-height: 14px;
			}

	.contact_bottom {
		height: 26px;
		width: 249px;

		background-image: url(../images/contact_bottom.gif);
		background-repeat: no-repeat;

		position: relative;
	}

		.contact_field_phone {
			height: 14px;
			width: 87px;

			font-size: 11px;
			color: #5a5a5a;

			position: absolute;
			top: 7px;
			left: 10px;
		}

		.contact_field_email {
			height: 13px;
			width: 70px;

			display: block;

			padding-left: 23px;

			background-image: url(../images/contact_email.gif);
			background-repeat: no-repeat;
			background-position: 0px 2px;

			font-size: 11px;
			color: #b34434;

			position: absolute;
			top: 7px;
			left: 111px;
		}


