#BackToTop {
	float: left;
	display:none;
    color: #888888;
    margin: 0 5px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #ECECEC;
    border-bottom-width: 0px;
    font: bold 2em Arial, Helvetica;
	position:fixed;
	bottom: 0px;
	right:10px;
	z-index: 1;

	/*********************/
	/** CSS3 properties **/
	/*********************/
	/** Background gradient **/
	background-color: #FBFBFB;
    background-image: linear-gradient(#FBFBFB, #ECECEC);
	
	/** box Radius **/
    border-radius: 5px 5px 0px 0px;
	
	/** Text Shadow **/
    /*text-shadow: 0 -1px 0 rgba(0,0,0,.8);*/
	
	/** Box shadow **/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

#BackToTop span
{
    border: 0px dashed #eba1a3;
    display: block;
    padding: 4px 15px;
    cursor: pointer;
	
	/*********************/
	/** CSS3 properties **/
	/*********************/
	/** Background gradient **/
    /*background-color: #bb413b;
    background-image: linear-gradient(#d4463c, #aa2618);*/
}