﻿/* CONTACT US CSS FILE */

.ContactUs
{
	border: 1px solid #EBEBEB;
	
	background-image: url('../images/Icon_Contact.png');
	background-position: 15px 11px;
	background-repeat: no-repeat;
	
	display: block;
	min-height: 50px;
	margin: 0px;
	padding: 7px 10px 7px 66px; /* Top Right Bottom Left */
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;	
}

/* This is repeat of the Action Link found in the TSFMain.css file */
/* It is included here to be available within contact us controls */
a.ActionLink 
{
	background-image: url('../images/ActionArrow.png');
	background-position: right;
	background-repeat: no-repeat;
	
	padding-right: 15px;
	
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}








