﻿
/*

td.ContactUs
{
  	line-height:14px;
	padding-top:30px;
}
td.Heading
{
	color:#000;

	text-align:right;
	font-family:Tahoma;
}
.NameTextbox
{
	width:118px;
	color:Gray;
}
.FullTextBox
{
	width:244px;
}
.PhoneTextBox
{
	width:140px;
}
.ExtensionHeading
{
	color:#000;

}
.PhoneExtTextBox
{
	width:30px;
}
.Dropdown
{
	width:248px;
}
td.SmallHeading
{
	color:#000;

	text-align:right;
	font-family:Tahoma;
}
td.HeadingBold
{
	color:#000;

	text-align:left;
	font-family:Tahoma;
	font-weight:bold;
}
*/
	
#contactus{
	
	width:341px;
	
	float:left;
	background:url(../images/topcrv.png) left top no-repeat;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	padding-top:20px;
	padding-left:20px;
	position:relative;
	
}
span.contactTitle
{
	position:absolute;
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	background:#abd40b;
	top:-7px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	left:20px;
}


.botCrv{
	float:left;
	width:361px;
	background:url(../images/botCrv.png) left bottom no-repeat;
	height:17px;
	
}
table.contact_form
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:325px;
	float:left;
}

table.contact_form input[type=text] 
{
width:155px;
font-size:10px;
float:left;
height:14px;
}
table.contact_form select.dropdown 
{
width:159px;
font-size:10px;
float:left;
height:18px;
}
table.contact_form input.fname 
{
width:74px;
font-size:10px;
height:14px;

}
table.contact_form input.lname 
{
width:74px;
font-size:10px;
height:14px;
margin-left:2px;

}
table.contact_form input.phone 
{
width:74px;
font-size:10px;
height:14px;
}
table.contact_form input.ext
{
width:47px;
font-size:10px;
height:14px;
}
table.contact_form span.extpg
{	
	float:left;
	padding-right:2px;
	padding-left:10px;
}
table.contact_form textarea.area
{
width:156px;
font-size:10px;
height:50px;
float:left;
overflow:auto;
}
span.captcha
{
	float:right; padding-right:12px;
}
span.captchatxt
{
	float:left; padding-left:16px;
	padding-right:5px;
}
td.bottomtext
{
	color:#666;
}