@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Reset-----------------------------------------------------------*/



#page-top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 30px;
	background: #333333;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
	background-color: rgba(51,51,51,0.6);
}

#page-top a {
  text-decoration:none;
  border-width:1px;
  border-style:solid;
  color:#666666;
  display:block;
  padding:10px 15px 10px 15px;
  color:#ffffff;
  line-height:1.3em;
}
#page-top a:hover {
  text-decoration:none;
  border-width:1px;
  border-style:solid;
  color:#666666;
  display:block;
  padding:10px 15px 10px 15px;
  color:#ffffff;
  background-color: rgba(51,51,51,0.8);
  line-height:1.3em;
}



/********
#page-top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
}

#page-top {
	right: 10px;
	bottom: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#page-top :hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
***********/