/* FIREFOX */
#searchbar_firefox {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 27px;
	background-color: #F0F0F0;
	border-top: solid 1px #BCBCBC;
}

.navbutton_firefox {
	position: absolute;
	top: 3px;
	width: 24px;
	height: 21px;
	border: none;
}

#searchbox_firefox {
	position: absolute;
	top: 3px;
	left: 20px;
	height: 21px;
	width: 150px;
}
#button_previous_firefox {
	background: url('/firefox/previous.png');
	left: 170px;
}
#button_next_firefox {
	background: url('/firefox/next.png');
	left: 192px;
}
#unused_icons_firefox {
	position: absolute;
	top: 3px;
	left: 218px;
	height: 22px;
	width: 208px;
	background: url('/firefox/unused.png');
}

#button_close_firefox {
	background: url('/firefox/close.png');
	top: 3px;
	right: 5px;
	width: 22px; 
	height: 22px;
}

/* CHROME */

#searchbar_chrome {
	position: fixed;
	top: 0px;
	right: 30px;
	width: 325px;
	height: 28px;
	padding: 2px;
	margin: 0px;
	background-color: #DFDFDF;
	border-radius: 0px 0px 3px 3px; 
	-webkit-border-radius: 0px 0px 3px 3px; 
	border-color: black;
	border: 1;
}

#searchbox_chrome {
	position: absolute;
	top: 3px;
	right: 79px;
	height: 25px;
	width: 245px;
}
.navbutton_chrome {
	position: absolute;
	top: 3px;
	height: 25px;
	width: 28px;
	border: 0px;
}
#button_previous_chrome {
	background: url('/chrome/previous.png');
	right: 52px;
}

#button_next_chrome {
	background: url('/chrome/next.png');
	right: 28px;
}

#button_close_chrome {
	background: url('/chrome/close.png');
	right: 4px;
	width: 24px;
}

/* COMMON */
.searchbar {
	display: none;
	z-index: 100000;
}

.highlight {
	background-color: yellow;
}


#passwordList li {
	list-style-type: none;
}
