@charset "utf-8";
/* CSS Document */

.butt{
	display: block;
	height: 20px;
	width: 20px;
	background-color: #F4AF00;
	border: 2px solid #2382F0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

#floatingflash {
	position:absolute;
	background-color: #0B5594;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.white {
	color: #FFF;
}