#search_cord {
	position: absolute;
	left: 200px;
	top: 0;
	width: 1px;
	height: 200px;
	background: #c99a56;
}
#search_cord.rolledin {
	display: none;
}

#search_label.rolledout {
	position: absolute;
	left: 73px;
	top: 200px;
	width: 195px;
	height: 206px;
	background: url(/images/search/label.png) no-repeat;
}
#search_label.rolledin {
	position: absolute;
	width: 182px;
	height: 77px;
	right: 40px !important;
	top: 0 !important;
	background: url(/images/search/label_rolledin.png) no-repeat;
}

	#search_label span{
		display: none;
	}