/**
 * Pod1 PodBox extension
 *
 * 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
 *
 * @package    Pod1_PodBox
 * @copyright  Copyright (c) 2010 Pod1 (http://www.pod1.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/***** GENERAL *****/
a.podbox-close {
	display: block;
	float: right;
}
/***** AJAX *****/
.podbox-overlay {
	background-color: #000;
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20000;
}
.podbox-window {
	background: #fff /*url('../images/ajax-loader.gif')*/ no-repeat center center;
	position: fixed;
	width: 60%;
	height: 60%;
	top: 3%;
	left: 20%;
	float: left;
	z-index: 30000;
	padding: 0;
	overflow: hidden;
}
.podbox-dialog {
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;

}
.podbox-content {
	background-color: #fff;
	position: relative;
	padding: 20px;
	width: 780px;
	text-align: left;
}
.podbox-toolbar {
	background-color: #fcfcfc;
	border-bottom: 1px solid #f9f9f9;
	padding: 2px 5px;
	height: 36px;
	z-index: 50000;
	position:relative;
}
/***** IFRAME *****/
.podbox-iframe {
	width: 780px;
	height: 525px;
	overflow: hidden;
}
