
#contactDetails {
	position: relative;
	width: 720px;
}

#contactDetails .label {
	display: block;
	position: relative;
	width: 270px;
	font-weight: bold;
	text-align: right;
	margin: 0 5px 0 0;
}

#contactCentered {
	width: 700px;
	text-align:center;
}

.blueWithBorder {
	background: #B3CB8F;
	border: 1px solid #028042;

}