.contact-box {
	width: 350px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
}

.contact-box-right {
	width: 350px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	float: right;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #EBEBEB;
}

.contact-row {
	clear: left;
  }

.contact-label {
	width: 180px;
	text-align: left;
	float: left;
  }
  
.contact-title {
	width: 200px;
	text-align: left;
	font-weight: bold;
	float: left;
	text-decoration: underline;
  }  

.contact-content {
	width: 100px;
	text-align: right;
	margin-right: 15px;
	float: left;
  }
