/**
 * 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) 2011 Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 * @license    http://www.der-modulprogrammierer.de/licenses/dmcsl-1.0.html (DMCSL 1.0)
 */

#bcp-spinner {
	width:374px;
	height: 278px;
	position: absolute;
	top: 61px;
	left: 0px;
	text-align:center;
	padding:0px;
	border:0px;
	background-color:transparent;
	background: transparent url(../images/white_pixel_trans.png) repeat;
	margin-left: 0px;
	margin-top: 0px;
	z-index:2;
	overflow: auto;
}
#bcp-spinner img {
	margin-top: 120px;
}
