
.tipsBox {
	width:120px;
	border:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	padding:15px 10px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	/*  box-shadow:0 0 3px #ddd inset;
	-webkit-box-shadow: 0 0 3px #ddd inset;*/
	text-align:center;
	position:fixed;
	left:50%;
	top:25%;
	z-index:999999;
	margin-left:-60px;
}
.tipsBox img {
	max-width:60px;
	height:auto;
}
.tipsBox a {
	color:#F60;
	font-weight:bold;
}
.tips-error{
	background-color:rgba(0,0,0,0.70);
}
.tips-correct{
	background-color:rgba(0,0,0,0.70);
}
