				 ul#List {
					width:100%;
					min-height:300px;
					_height:300px;
					list-style-type:none;
					list-style:none;
					margin:0px;
					padding:0px;
					
				 }
				 
				 #List li {
					width:100%;
					min-height:30px;
					_height:30px;
					margin:0px;
					margin-top:8px;
					border-bottom:1px solid #6699cc;
					line-height:150%;
					font-size:10px;
				 }
				 
				 #List li#left {
				 	float:left;
					display:inline;
					width:25%;
 
				 }
				 
				 #List li#right {
				 	float:left;
					display:inline;
					width:75%;
				 }
				 
				 
				 #List li.tit {
				 	font-weight:bold;
					border-bottom:1px dashed #6699cc;
					min-height:15px;
					_height:15px;
				 }
				 
				 div.searchResults {
					width:100%;
					min-height:300px;
					_height:300px;
					margin-top:10px;
					display:inside;
				 }
				 
				 .float_left{
					float:left;
					display:inline;
				 }
				 
				 .hig {
					color:#064b86;
					text-decoration:underline;
				 }
 
				input.submit_box {
					font-weight:bold;
					border:0px;
					padding-bottom:5px;
					cursor:pointer;
					border:1px solid #abc7e3;
					color:#ffffff;
					background-color:#6699cc;
					height:20px;
					font-size:11px;
					width:30px;
					padding-left:2px;
					padding-right:2px;
				}
				
				.validation-advice {
					position:absolute;
					top:30px;
					left:0px;
					color : #FF0000;
				}
 