﻿h2.ContactHeader
{
	font-size: 20px;
	font-weight: bold;
}

div.ContactItem
{
   border: 0 none transparent;
   margin-top: 10px;
}

div.ContactWrapper
{
	width: 670px;
	margin-bottom: 10px;
}

div.ContactTable
{
   border-top: 1px #CCCCCC solid;
   border-left: 1px #CCCCCC solid;
   border-right: 1px #CCCCCC solid;
   display: table;
   width: 520px;
   float: left;
}

div.ContactTableRow
{
   border-bottom: 1px #CCCCCC solid;
   display: table-row;
   float: left;
   width: 520px;
}

div.ContactTableCell_Left
{
	padding: 5px;
	display: table-cell;
	width: 120px;
	float: left;
}

div.ContactTableCell_Right
{
	border-left: 1px #CCCCCC solid;
	padding: 5px;
	display: table-cell;
	margin-left: 130px;
	width: 375px;
}

div.ContactPhoto
{
	text-align: center;
	padding: 0 5px 5px 5px;
	float: right;
	width: 130px;
	
}

div.ContactPhoto img
{
	margin-bottom: 5px;	
}

span.ContactNameSmall
{
	font-size: 9px;
}

div.ClearFloat
{
	clear: both;
	width: 0;
	height: 0;
}
