/* Define style for basic property search */

div.news	{
				margin: 5px 0px 0px 5px;
				padding: 0px;
				border-top: 1px solid #CCC;
				border-right: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				width: 250px;
				background-color: #ffffff;
				position: absolute;
				left: 740px;
				top: 210px;
				}
			
div.news h1	{ 
				width: 250px; 
				height: 20px; 
				border: 0px; 
				margin: 0px;
				background-color: #d97b00; 
				background-image: url(../images/background-orange.gif);
				font-size: 11px; 
				font-family: verdana, arial, helvetica, sans-serif; 
 				color: #ffffff;
				font-weight: bold;
				text-indent: 10px;
				line-height: 20px;
				}

