* {margin:0px;}

table.tblClass0 td { /* Class for table rows for main container*/
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 25px;

}
table.tblClass1 td { /* Class for table rows */
	padding: 2px 2px 2px 2px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	height: 25px;
}

.tblSelect1 { /* Class for drop down list boxes - Only difference is width 4 types*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 90px;
	display: inline-table;
	padding:0px 0px 0px 0px;
	overflow:scroll;
}

.tblSelect2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 75px;
	display: inline-table;
	padding:0px 0px 0px 0px;
	overflow:scroll;
}

.tblSelect3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 112px;
	display: inline-table;
	padding:0px 0px 0px 0px;

}

.tblSelect4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 50px;
	display: inline-table;
	padding:0px 0px 0px 0px;

}

.btn { /* Class for search button*/
	width: 175px;
    text-align: center;
	color: #494949;
	background-color: #F8F8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	display: inline-table;
	padding:0px 0px 0px 0px;
	height:50px;
	border-style:none;
	cursor:pointer;
	background:url(../../../images/property_search.gif) no-repeat top;
	
}

