#bric_footer {
}
#bric_footer_space {
	height: 6em;
}
#bric_open_link_wrapper {
	position: fixed; bottom: 0; right: 0;
}
#bric_close_link_wrapper {
	position: fixed; bottom: 6em; right: 0;
}
#bric_open_link_wrapper, 
#bric_close_link_wrapper {
	border-top: solid 2px black;
	border-left: solid 2px black;
        background-color: yellow;
}
#bric_open_link, #bric_close_link {
	text-decoration: none;
	font-size: 200%;
	line-height: 100%;
        color: black;
	font-weight: bold;
	padding: 0 0.25em;
	cursor: pointer;
}
#bric_iframe {
	position: fixed; bottom: 0; right: 0; left: 0;
	width: 100%;
	height: 6em;
        border-width: 0;
	margin: 0;
	padding: 0;
}

