div#search {
	width: 190px; 
	height: 27px; 
	float: right; 
	padding-right: 10px; 
	padding-top: 10px; 
	color: white; 
	background-color: #5077B6;
	border: 0;	
	white-space: nowrap;
}

div#search form {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div#search form input {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1em;
	height: auto;
	text-align: left;
	vertical-align: inherit;
}


div#search form input[type=text] {
	border: 1px solid #8DDBEE;
	padding: 1px 0;
	height: 16px;
	line-height: 14px;
	width: 110px; height: 14px; line-height: 14px; margin-right: 2px
}

div#search form input[type=image] {
	width: 10px; 
	height: 10px; 
	border: 0; 
}