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

.fi {
	float:right;
	position:relative;
	z-index:75;
	/*border:#12315a 1px solid;*/
	margin-bottom:20px;
	margin-left:-15px;
	margin-top:20px;
}

.fast_container {
	width:120px;
	float:left;
	position:relative;
	z-index:75;
	margin-bottom:10px;
}

.fast_box {
	width:110px;
	height:65px;
	float:right;
	position:relative;
	z-index:75;
	border:#e2bd2b 1px solid;
	margin-bottom:20px;
}


#fast_bg {
	position:absolute;
	width:110px;
	height:65px;
	z-index:21;
	background-color:#e2bd2b;
	/*background-color:#e2d32b;
	
	background-color:#112d53;*/
	opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
}

#fast_image {
	position:absolute;
	width:100px;
	height:111px;
	z-index:100;
	margin-top:-11px;
}
