	/**
 * 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%;
	_height: 99% !important;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	_display:none;
}
#podbox-dialog {
	background: #fff url('../images/podbox/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;
}
#podbox-iframe {
	background-color: #fff;
	width: 100%;
}

.podbox-close{
	position:absolute;
	top:35px;
	right:30px;
	padding-right:20px;
	display:block;
	color:#929292;
	font-size:1.2em;
	height:15px;
	background: #fff url(../images/podbox/close_btn.gif) no-repeat right -4px;
	z-index:8000;
}


.podbox-close:hover{
	background-position:right -180px;
}



#podbox-content span.required-rght {
	position:absolute;
	top:15px;
	right:50px;
	color:#ff0000;
	font-size:10px;
	width:120px;
	float:right;
}
