	/**
 * Pod1 PodBox
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.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://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 *
 * @package    Pod1_PodBox
 * @copyright  Copyright (c) 2009 Pod1 (http://www.pod1.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
 
#podbox-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;

}
#podbox-dialog {
	background: #fff url('../images/ajax-loader.gif') no-repeat center center;
	width: 40%;
	height: 40%;
	position: fixed;
	_position: absolute;
	top: 30%;
	left: 30%;
	float:left;
	z-index: 30000;
	padding:0;
}
#podbox-content {
	background-color: #fff;
	padding: 20px;
	_border:4px solid #666;
	position:relative;
}
#podbox-iframe {
	background-color: #fff;
	width: 100%;
}
a.podbox-close{
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	padding:10px;
	font-size:1.1em;
	z-index:99999;
}

#podbox-content{
	font-size:1.1em;
}

#podbox-content p{
	font-size:1.1em
}

#podbox-content ul{
	font-size:1.1em;
	list-style:square;
	margin: 10px;
}