﻿#contact {

	padding-top: 10px;
}

.contactdetails 
{
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
}

.contactdetails div.detailsrow {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 5px;
}

.contactdetails div.label {
	float: left;
	clear: left;
	width: 6em;
}

.contactdetails div.value {
	float: left;
}

.contactdetails .return-link {
	float: right;
}

