img {
	border: 0;
}
#img_background {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
}
#img_search {
	z-index: 100;
	left: 200px;
	top: 43px;
	position: absolute;
	cursor: pointer;
}
#img_combo {
	z-index: 100;
	left: 200px;
	top: 105px;
	position: absolute;
	cursor: pointer;
}
#img_ok {
	z-index: 100;
	left: 145px;
	top: 147px;
	position: absolute;
	cursor: pointer;
}
#img_cancel {
	z-index: 100;
	left: 195px;
	top: 147px;
	position: absolute;
	cursor: pointer;
}
#title_search {
	z-index: 100;
	position: absolute;
	left: 18px;
	top: 20px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#title_result {
	z-index: 100;
	position: absolute;
	left: 18px;
	top: 82px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#txt_search {
	z-index: 100;
	position: absolute;
	left: 17px;
	top: 47px;
	font-size: 16px;
	width: 180px;
	border: 0;
}
#txt_results {
	z-index: 100;
	position: absolute;
	left: 17px;
	top: 109px;
	font-size: 16px;
	width: 180px;
	border: 0;
}
#menu {
	z-index: 100;
	position: absolute;
	left: 17px;
	top: 109px;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	visibility: hidden;
	text-align: left;
}
.menu_item {
	display: block;
	height: 22px;
	background: white;
	border-top: 1px solid #dddddd;
	cursor: pointer;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
	color: black;
	padding: 0 5px 0 5px;
}
a.menu_item:hover {
	background: #54230b;
	color: white;
	display: block;
        height: 22px;
	border-top: 1px solid #dddddd;
	cursor: pointer;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#digistation_settings {
	display: none; 
	width: 250px; 
	height: 200px; 
	padding: 0; 
	margin: 0; 
	position: relative;
	left: 0px;
}

#digistation {
	text-align: center; 
	display: block; 
	width: 250px;
	padding: 0;
	margin: 0;
	line-height: normal;
}
