@charset "utf-8";


body{
	overflow:hidden;
	background-color:#fff;
	margin:0;
	padding:0;
}

.return-message{
	position: absolute;
	top:10px;
	left:20px;
	width:240px;
	height:40px;
	z-index:10000;
}
.return-message a{
	color:#fff;
	text-decoration:none; font-weight:700
}

.return-message > div{
	width:240px;
	height:30px;
	margin:auto;
	background:rgba(140,140,140,1);
	text-align:center;
	font:12px arial;
	line-height:30px;
	color:white;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
}
