/* Define style for basic property search */

div.topbanner	{
				margin: 0px 0px 0px 0px;
				padding: 0px;
				border-top: 0px solid #1c478b;
				border-right: 0px solid #CCC;
				border-bottom: 0px solid #CCC;
				border-left: 0px solid #CCC;
				width: 350px;
				height: 20px;
				text-align: center;
				position: absolute;
				left: 230px;
				top: 0px;
}

			
div.topbanner h1	{ 				
				margin: 0px;
				padding: 1px;
				background-color: #ffffff; 
				font-size: 9px; 
				font-family: verdana, arial, helvetica, sans-serif; 
				font-weight: normal;
				letter-spacing: 1px;			
 				color: #1c478b;
				}

				