.beono-accent-loading {
	display: none;
	position: fixed;
	width: 220px;
	height: 19px;
	margin-left: -110px;
	margin-top: -9px; 
	top: 50%;
	left: 50%;
	background: url('icon-loader.gif') no-repeat center;
}

.beono-accent-fader {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	display: none;
}

table.beono-accent-popup {
	background: #fff;
	border: 1px #ccc  solid;
	top: 0px;
	left:0px;
	position: fixed;
	z-index: 999999;
	display: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 10px #333; 
}

table.beono-accent-popup {
	margin:0px;
	padding: 0px;
	border-collapse: collapse;
}

.beono-accent-popup-wrapper {
	position: relative;
}

.beono-accent-popup-content {
	clear:both;
	margin: 0.5em;
}

.beono-accent-popup-content iframe {
	width: 600px;
	height: 500px;
}

.beono-accent-popup-content iframe body {
	width: 600px;
	height: 500px;
}

.beono-accent-popup-additional {
	
}

.beono-accent-popup-additional-wrapper {
	margin: 0.5em;
}

.beono-accent-popup-navigation {
	text-align: center;	
	position: relative;
}

.beono-accent-popup-navigation .beono-accent-popup-navigation-prev {
	float:left;	
	white-space: nowrap;
}

.beono-accent-popup-navigation .beono-accent-popup-navigation-next {
	float:right;	
	white-space: nowrap;
}

.beono-accent-popup-header {
	position:relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.beono-accent-popup-header-wrapper {
	text-align:left;
	color:#000;
	font-size:100%;
	font-weight:bold;
	padding: 0.5em;
	padding-right: 35px;
}

.beono-accent-close {
	cursor:pointer;
}

/* TODO: Make css sprite */
a.beono-accent-close {
	background: url("close.gif") top left no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	line-height:16px;
	cursor: pointer;
	text-align:right;
	position: absolute;
	right: 8px;
	top: 8px;
}

a.beono-accent-close:link,
a.beono-accent-close:visited {
	text-decoration:none;
}

a.beono-accent-close:hover {
	text-decoration:none;
	background: url("close.gif") bottom left no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
	text-align:right;
}

.clear-both {
	clear:both;
}