.wc_wrapper {
	width: 200px;
	position: absolute;
}

.wc_tl {
	background: url(images/top_left_corner.png) no-repeat;
}

.wc_tr {
	background: url(images/top_right_corner.png) no-repeat top right;
	margin: 0 0 0 17px;
	height: 46px
}

.wc_br {
	background: url(images/bottom_right_corner.png) no-repeat bottom right;
	margin: 0 0 0 17px;
	padding: 0 28px 0 0;
	height: 200px;
	
}

.wc_bl {
	background: url(images/bottom_left_corner.png) no-repeat bottom left;
}
.wc_logo {
	background: url(images/logo_top.png) no-repeat;
	margin: 0 9px;
	height: 49px;
	width: 172px;
}


.more_info_hidden
{
	visibility:hidden;
	display: none;
}






.search_button
{
	background-color: #FFFFFF;
	border-style: double;	
}



.gwt-Label
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}


.gwt-SuggestBox 
{ 
}
.gwt-SuggestBoxPopup 
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.gwt-SuggestBoxPopup .item 
{
}
.gwt-SuggestBoxPopup .item-selected
{ 
	background-color: #CCCCCC;
}

