	.suggest_link {
		background-color: #FFFFFF;
		padding: 0px 6px 0px 6px;
	}
	.suggest_link_over {
		background-color: #3366CC;
		padding: 0px 6px 0px 6px;
		color:#fff
	}
	#search_suggest {
		position: absolute; 
		background-color: #FFFFFF;
		text-align: left;
		font-size: 18px;
		line-height:1.5;
		color: #000;
		position: absolute; 
		top:40px;
		width:auto;
		white-space:nowrap;
		z-index: 4;
		border-radius: 0px;
	}
	.search-block {
		margin:8px 0 0 30px; 
		height:30px; 
		width:300px; 
		border-radius:0 10px 10px 0; 
		border:0px; 
		background: url(/img/search-1.png) no-repeat right; 
		background-color: #fff; 
	}
	.search-column {
		padding: 0;
		margin: 0;
		float: left;
		list-style: none;

		/* background */
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background: -webkit-linear-gradient(none, none);
		background: -moz-linear-gradient(none, none);
		background: -ms-linear-gradient(none, none);
		background: linear-gradient(none, none);
		background-size: auto;
		line-height:30px;
		width:40%;
	}

	.search-inner {
		height:30px; 
		padding:0 0 0 15px; 
		margin:0px; 
		width:250px;
		line-height:30px;
		font-size:16px; 
		background-color:transparent; 
		border-radius:10px; 
		border:0px; 
	}
	
	.w-link-txt1 {
		font-family: Helvetica;
	}
	.disease-name {
	  border-right:1px solid #c0c0c0;
	  border-bottom:1px solid #c0c0c0;
	  padding-right:20px; 
	  padding-left:20px; 
	  margin:5px; 
	  float:left; 
	  border-radius:200px; 
	  background:#eee; 
	}
	.disease-name:hover {
	  font-weight:bold;
	}	