#boxen_overlay { background-color: #000;position: absolute }
#boxen_container { padding: 4px 4px 8px 4px;margin: 0;position: absolute;background-color: #000;overflow: visible;-moz-border-radius: 3px 3px }
#boxen_close_button {background: transparent url(../images/close_btn.png) no-repeat scroll 0 0;border: none;height: 19px;position: absolute;right: 6px;top: 6px;width: 19px;outline: none }
#boxen_close_button:hover { background-position: 0 -19px }
#boxen_close_button span {	}
#boxen_content { background-color: #fff;overflow: visible;width:100%;height:100% }
#boxen_titlebar { background-color: #000; font-weight: bold;padding: 4px 2px 6px 2px;position: relative;height:16px }
#boxen_title { color:#FFF }
#boxen_content_area iframe { border:none }