/* Define style for basic property search */

div.header	{
				margin: 5px 0px 0px 5px;
				padding: 0px;
				border-top: 0px solid #CCC;
				border-right: 0px solid #CCC;
				border-bottom: 2px solid #CCC;
				border-left: 0px solid #CCC;
				width: 990px;
				height: 70px;
				background-color: #ffffff;
				position: absolute;
				left: 0px;
				top: 0px;
				
}
			
				
div.header h3 p 	{ 
				margin-left: 5px;
				margin-top: 3px;
				font-weight: bold;
			}
