/* Add here all your CSS customizations */
.floatWindow{
	backface-visibility:hidden;
	top:300px;
	position:fixed;
	right:10px;
	max-width:200px;
	z-index:1040;
}
.floatWindow span{
	color:#fbf139;
	width:150px;
	cursor:pointer;
	margin:0px 10px 10px 10px;
	text-align:center;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	background:#E6E6E4;
}