.fixed {
	display: inherit;
	margin: -1px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.fixed img {
	height: 1.2em;
	width: 1.2em; /*IE6 compatibility*/
	margin-right: 0.5em;
	margin-bottom: 0.1em;
}