Pligg 6.1 in IE doesn't show the search box label "search" in the masthead, but it works in FireFox.

Here's my solution to changing the CSS:
Code:
div#search {
	width: 200px;
	float: right;
	padding: 0px 0 1px 3px;
	/* border: solid 1px red; */
	color: #000000;
}

#search label{
	color: #ffffff;
	/* margin-left: -60px; */
	margin-left: 5px; 
}