@charset "utf-8";
/* CSS Document */

.sidebar_fpage { margin-top:10px; text-align:center; position:relative;  max-width:95%;}

.sidebar_shadedbar { background:url(../images/transpBlack.png); background-image:url(../images/transpBlack.png); height: 50px;   z-index: 9999; padding:10px; color:#FFF; text-align:left; }

@media only screen and (min-width: 481px) {
.sidebar_shadedbar { background:url(../images/transpBlack.png); background-image:url(../images/transpBlack.png); height: 50px; margin-top: -70px; position: relative; z-index: 9999; padding-left:10px; padding-right:10px; color:#FFF; text-align:left; }	
.sidebar_fpage { margin-top:10px; text-align:center; float:right; max-width:250px;}
}

@media only screen and (min-width: 769px) {
	.sidebar_shadedbar { background:url(../images/transpBlack.png); background-image:url(../images/transpBlack.png); height: 65px; margin-top: -85px; position: relative; z-index: 9999; padding:10px; color:#FFF; text-align:left; }
	.sidebar_fpage { margin-top:10px; text-align:center; float:right; max-width:250px;}
}