.form-title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
	padding:5px;
}

.home-input { 
	padding: 1px;
	background: url(../images/field_bg.gif) #ffffff no-repeat left top;
	vertical-align: middle;
	border: #bccbe4 1px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	margin: 0px;
}

.button {
	font-family: sans-serif;
	padding: 4px;
	background-color: #406b92;
	vertical-align: middle;
	border: #bccbe4 1px solid;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.suggestion_list
{
	background: white;
	border: 1px solid;
	padding: 2px;
}

.suggestion_list ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestion_list a
{
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.suggestion_list .selected
{
	background: navy;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.suggestion_list .selected a
{
	font-weight: normal;
	color: white;
	text-decoration: none;
	cursor: default;
}

#autosuggest
{
	display: none;
}
