/**
 * Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the
 * Der Modulprogrammierer - COMMERCIAL SOFTWARE LICENSE (v1.0) (DMCSL 1.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.der-modulprogrammierer.de/licenses/dmcsl-1.0.html
 *
 *
 * @category   DerModPro
 * @package    DerModPro_BCP
 * @copyright  Copyright (c) 2009 Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 * @license    http://www.der-modulprogrammierer.de/licenses/dmcsl-1.0.html  (DMCSL 1.0)
 */

#bcp-spinner {
	/*width:50px;
	height: 50px;
	position: absolut;
	top: 40%;
	left: 30%;
	text-align:center;
	padding:10px;
	border: 1px solid #C8AE44;
	background-color: #160E03;
	margin-left: 15px;
	margin-top: -40px;
	z-index:999;
	overflow: auto;*/
position: absolute; top: 300px; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; 

}
#bcp-spinner img {
	/*margin-top: 15px;*/padding:10px; border:#f5d759 1px solid; background:#160E03;
}
