div.search_gallery {
	margin: 0px;
	padding: 0px;
	width:  220px;
	height: 220px;
	padding-bottom: 15px;
}

div.gallery_top {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url('gallery_top_free.gif');
	background-repeat: no-repeat;
	width: 220px;
	height:	58px;
}

div.gallery_free div.gallery_top {
	background-image: url('gallery_top_free.gif');
	}

div.gallery_list div.gallery_top {
	background-image: url('gallery_top_list.gif');
	}

div.gallery_list {
	position: absolute;
	top: 0px;
	width: 220px;
}


div.gallery_free {
	position: absolute;
	top: 0px;
	width: 220px;
}

div.gallery_mid input.free {
	position: relative;
	top: 10px;
	left: 20px;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #00ccff;
}   

div.gallery_mid {
	position: absolute;
	top: 58px;
	background-color: #F3E8DD;
	background-image: url('middle.gif');
	background-repeat: repeat-y; 
	width:  220px;
	height: 160px;	
	}

div.gallery_choose {
	position: relative;
	margin: 0px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}  

div.gallery_choose_maker {
	position: relative;
	margin: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
} 

div.search_gallery select {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #00ccff;
	width: 190px;
}  

div.gallery_button {
	position: absolute;
	bottom: 3px;
	right: 10px;
	background-image: url('button_search_up.gif');
	background-repeat: no-repeat;
	width: 71px;
	height: 32px;
	z-index: 1;
	cursor: pointer;
}
div.gallery_button.zoekup {
	background-image: url('button_search_over.gif');
}

div.gallery_bottom {
	position: absolute;
	bottom: 0px;
	background-image: url('bottom.gif');
	background-repeat: no-repeat;
	width: 220px;
	height: 18px;
}

div.gallery_list_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 111px;
	height: 60px;
	cursor: pointer;
	}

div.gallery_free_menu {
	position: absolute;
	top: 0px;
	left: 111px;
	width: 111px;
	height: 60px;
	cursor: pointer;
	}
 




	



