#ibox_iframe {
	width:850px;
   height:600px;
}

/************ Loader */
#ibox #ibox_loading {
	background:none;
	background:#FFF;
	color:#666666;
	font-size:11px;
	padding:10px;
}

#ibox #ibox_loading p {
	margin:10px 0;
	text-align:center;
}

/************ Schliessen Button */
#ibox_footer_wrapper a {
	color:#FFF;
}

/************ Layout */

#ibox_wrapper {
	background:none;
	border:none;
}

#ibox_content {
	background:#FFF;
   border:1px solid #333;
}

#overlay_popup {
	width:500px;
	height:400px;
}

#overlay_popup .padding {
	padding:15px 15px 0 15px;
}

#overlay_popup img {
	border:none;
}

#ibox_footer_wrapper a {
	background:url(/javascript/iBox_2_2/images/close_icon.gif) 7px 6px no-repeat #FFF;
	padding-left:20px;
   color:#666;
   border:1px solid #333;
}
#ibox_footer_wrapper a:hover {
	background:url(/javascript/iBox_2_2/images/close_icon_hover.gif) 7px 6px no-repeat #666;
   color:#FFF;
   border:1px solid #FFF;
}


/************ Fonts */
#overlay_popup p {
	margin-bottom:15px;
}