﻿/* For temporary SalesForce form POC. MT. */
#formTable td  
{
	 padding:0 1px 5px 0;
	 font-family: arial, helvetica, tahoma;
	 font-size: .75em;
}
p
{
	font-family: arial, helvetica, tahoma;
	font-size: .75em;
}

label
{
	font-family: arial, helvetica, tahoma;	
}
table tr th,
table tr td.contactHeading,
table tr td.contactsubHeading
{
	font-family: arial, helvetica, tahoma;
	font-weight :bold;
	font-size: .8em;
}    
table tr td.contactsubHeading
{
	padding-right: 1em;
}  
.contactContent
{
	font-family: arial, helvetica, tahoma;
	 font-size: .75em;
}
#emailSpan, #nameSpan, #lastSpan
{
	color:Red;
	font-weight:bold;
	font-size: 1em;
}	