/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 05/11/2013 - 13:00
# ------------------------------------------------------------------------
*/

.ext-buttonback {
	position: fixed;
	bottom: 15px;
	left: 10%;
	border: 1px solid #555;
	background: #333;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	vertical-align: middle;
	padding: 2px 6px;
	border-radius: 2px 2px 2px 2px;
	z-index: 99;
}