.GroupSearchWidget {
	width: 200px;
	background-color:#F3F3F3;
	padding-bottom: 5px;
	margin-top:5px;
}

.GroupSearchWidget form {
	padding: 5px;
	padding-top: 0px;
}

.GroupSearchWidget h3 {
	margin-bottom:0;
}

.GroupSearchWidget #labelSearchList, .GroupSearchWidget #labelQuery {
	display:block;
	margin-top: 5px;
	text-transform:uppercase;
	font-weight:bold;
	color: #333333;
}

.GroupSearchWidget label {
	width:100%;
}


.GroupSearchWidget #groupName {
	padding:0;
	margin:0;
	width: 184px;
}

.GroupSearchWidget #searchlist {
	width:188px;
}

.GroupSearchWidget #btnSearch {
	margin-top: 5px;
	display:block;
	background-image:url(/images/coc/button80.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#1A6BAE;
	height: 24px;
	width: 80px;
	padding-top: 9px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
}

.GroupSearchWidget #btnSearch:hover {
	background-position: -80px top;
}

.GroupSearchWidget #AdvancedSearchLink {
	display:block;
	margin-left: 90px;
	margin-top: -24px;
	font-size: 10px;
}