#searchField {
	width: 150px;
	height: 18px;
}

#keywords {
	width: 180px;
	height: 15px;
	font-size: 10px;
}

#keywords2 {
	width: 140px;
	height: 15px;
	font-size: 10px;
}

#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results .selected {
	background-color: #D83588;
	color: #fff;
}

#results .unselected {
	background-color: #edf2ff;
	color: #666;
}

.textfield_loc_dd 
{
	font-face: trebuchet ms, arial; 
	color:#666666; 
	font-size: 12px; 
	border: 1px solid #A8A8A8; 
	width: 145px; 
	margin-bottom: 2px;
	height: 21px;
	margin-top: 1px;
}

.slim_form {

height: 22px;

color: #D83588;

padding-top: 5px;

}