/* Predefined visual characteristics for the forms */
form table
	{
	width:100%;
	}

form td
	{
	width:50%;
	padding:7px 0px 7px 0px;
	}

.label
	{
	vertical-align:top;
	font-weight:bold;
	width:70%;
	}

.value
	{
	text-align:right;
	}

.value input, .value textarea
	{
	width:140px;
	}

.value select
	{
	width:142px;
	}
	
#checkbox input
	{
	border-width:0;
	}

#sub_btn
	{
	text-align:left;
	}
	
#sub_btn input
	{
	width:auto;
	border-width:0
	}

.value div input
	{
	border-width:0;
	width:auto;
	}

.value div textarea
	{
	width:auto;
	}
	
.value div 
	{
	text-align:left;
	}
.main_btn_2 /* Contact, request schedule, additional info, listing updates and send listing to friend */
	{
	border:1px solid #AAAAAA;
	padding:5px 10px 5px 10px;
	}
.main_btn_1 /* Map, mortgage calculator and print flyer */
	{
	border:1px solid #AAAAAA;
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	}
	/* Results color scheme. Refer to the template colors assigned for the website*/
.result
	{
	border:1px solid #999999; /* Same color as border 1 (refer to borders.css) */
	}

.list_title
	{
	border-bottom:1px solid #999999; /* Same color as border 1 (refer to borders.css)*/
	}
	