.tips-wrapper{
	z-index:100000;
}

.tips-wrapper .tips{
	width:100px;
	height:auto;
	padding: 10px 10px;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
	font: 11px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align:center;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	z-index:100000;
}

.tips-wrapper .tips h4{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin:0;
	padding:0;
	clear:both;
}


.tips-wrapper .tips a{
	color: #FFF;
	text-decoration: underline;
}
