
.f_container {
	border: 1px solid #004c99;
	margin: 20px;
	width:45%;
	/*display:inline-block;*/
	background-color:transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	vertical-align:top;
}

.f_body {
	padding:5px 10px 5px 10px;
	background-color:rgba(240, 255, 255, 0.2);
	height:10em;
	overflow:auto;
}

.f_header {
	padding:5px 10px 5px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 2px black;
	background-color:transparent;
	/*background-color:rgba(200, 215, 255, 0.5);*/
	background-image:url(bg/blue_gradient2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-radius-topright: 10px;
	overflow:hidden;
	white-space:nowrap;
}

.f_footer {
	padding:5px 10px 5px 10px;
	/*background-color:#EEEEBB;*/
	background-color:rgba(120, 180, 255, 0.35);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-bottompright: 5px;
}


.linkimg {
	height:1.2em;
	width:1.2em;
	border:none;
	text-align:center;
	vertical-align:middle;
	padding-right:5px;
	padding-left:5px;
}