/* Contact */
#Contact #ContentZone div.Cols div.Left { width: 281px; }
#Contact #ContentZone div.Cols div.Right { background: white url(/Images/ContactDetailsBackgroundTile.gif) repeat-y; }
#Contact #ContentZone div.Cols div.Right div.InnerTop { background: url(/Images/ContactDetailsTop.gif) no-repeat top; }
#Contact #ContentZone div.Cols div.Right div.InnerBottom 
{ 
	width: 157px; 
	padding: 20px 20px 50px 20px;
	background: url(/Images/ContactDetailsBottom.gif) no-repeat bottom; 
}
#Contact #ContentZone div.Cols div.Right span { color: #e4364a; }
#Contact #ContentZone dl 
{ 
	width: 150px;
	overflow: hidden;
	margin: 10px 0 30px 0; 
}
#Contact #ContentZone dt
{
	display: block;
	float: left;
	width: 50px;
	font-weight: bold;
	margin-bottom: 5px;
}
#Contact #ContentZone dd
{
	display: block;
	float: left;
	width: 100px;
	clear: right;
	margin-bottom: 5px;
}
#Contact #ContentZone label
{
	display: block;
	float: left;
	width: 75px;
	margin-top: 3px;
}
#Contact #ContentZone input, #Contact #ContentZone select, #Contact #ContentZone textarea
{
	display: block;
	float: left;
	width: 200px;
	border: solid 1px #ccc;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 1em;
}
#Contact #ContentZone select { width: 206px; }
#Contact #ContentZone textarea { height: 100px; }
#Contact #ContentZone input.Submit
{
	float: right;
	width: auto;
	padding: 3px 10px 3px 10px;
}