
.cssbox { 
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    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 */ 
} 

.Shade 
{
	position:absolute;
	top: 0;
	left: 0;
	z-index:1000;
	width: 100%;
	height: 100%;
	background-color: Black;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	display:none;
}

.HouseBG
{
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-IMAGE: url(./images/house.gif); 
	BACKGROUND-REPEAT: no-repeat; 
}

.BaseText
{
	color: Black;
	font-family: verdana;
	font-size: 9pt;
}

.BaseText_s
{
	color: Black;
	font-family: verdana;
	font-size: 8pt;
}

.BaseLink
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #000000;
		text-decoration: none;
	}
	
.TXT
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175px;
	}
	
.TXTAdd
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 159px;
	}
	
.TXT_m
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 120px;
	}
	
.TXT_l
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 358px;
	}

.TXT_s
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 80px;
	}
	
.DDL
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 175px;
	}
	
.DDL_s
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 75px;
	}

.DDL_vs
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 50px;
	}	

.DDL_m
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 119px;
	}
	
.txtCity
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 207px;
	}
	
.txtAddress
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 357px;
	}
	
.BigInput
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 400px;
		height: 50px;
	}

.txtZip
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 92px;
	}

.txtEmailAddress
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 25px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.txtSubject
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 25px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}

.txtBody
	{
		font-size: 9pt;
		font-family: Verdana;
		width: 450px;
		height: 150px;
		background-image: url(./images/txtBG_BIG.gif);
		background-repeat: no-repeat;
	  padding: 4px;
	  border: 1px solid #7F9DB9;
	}
	
.Validate
	{
		font-size: 9pt;
		font-family: Verdana;
	  color: Red
	}

.ThinBlackBorder
	{
		BORDER-RIGHT: black 1px solid; 
		BORDER-TOP: black 1px solid; 
		BORDER-LEFT: black 1px solid; 
		BORDER-BOTTOM: black 1px solid
	}

.ddlIsListed
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 254px;
}

.ddlPropertyType
{
	FONT-FAMILY: Verdana;
	font-size: 8pt;
	width: 100px;
}

.How	
{
	font-size: 9pt;
	font-family: Verdana;
	width: 175px;
}
