/* CSS Document */

.close .head1 a {
	background-image: url(../img-new/search_aloha.gif);
}
.close .head1 a {
	background-image: url(../img-new/search_free.gif);
}
.open .head1 a {
	background-image: url(../img-new/search_aloha_on.gif);
}
.open .head2 a {
	background-image: url(../img-new/search_free_on.gif);
}

.head1 a{
	background-image: url(../img-new/search_aloha_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 350px;
 }
.head2 a{
	background-image: url(../img-new/search_free.gif);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 350px;
 }
