.HomePageZip
	{
		font-size: 12pt;
		font-family: Verdana;
		height: 32px;
		width: 95px;
		background-image: url(./images/txtBG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.FieldLabel
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #000000;
		text-decoration: none;
	}

.FooterText
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #000000;
		text-decoration: none;
	}
	
.txtFName
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175px;
		height: 20px;
	}

.txtLName
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175px;
		height: 20px;
	}
	
.txtPPhone
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 100px;
		height: 20px;
	}
	
.txtSPhone
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 108px;
		height: 20px;
	}
	
.txtZipCode
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 139px;
		height: 20px;
	}

.txtEmail
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175px;
		height: 20px;
	}

.ddlIsListed
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 254px;
	height: 20px;
}

.ddlPropertyType
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 100px;
	height: 20px;
}

.ddlHowSoon	
{
	font-size: 9pt;
	font-family: Verdana;
	width: 175px;
	height: 20px;
}

.tblState {
    background: transparent url(./images/table.gif) no-repeat bottom right; 
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
} 

.tblState_Body {
	  background: transparent url(./images/table.gif) no-repeat bottom right; 
    background-position: bottom left; 
    margin-right: 15px; /* interior-padding right */ 
    margin-left: 15px; /* interior-padding right */ 
    padding: 0px 0px 15px 15px; /* mirror .cssbox_head right/left */ 
} 


