/**
 *  MoodalBox CSS File
 *
 * @package    ModaLinks!
 * @version    1.0.6
 * @since      File available since Release 1.0.5
 *
 * @author     Peter van Westen <peter@nonumber.nl>
 * @link       http://www.nonumber.nl/modalinks
 * @copyright  Copyright (C) 2008 NoNumber! All Rights Reserved
 * @license    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

////////////////////////////////////////////////////////////////////
// BASED ON:     MOOdalBox 1.2.1
//////////////////////////////////////////////////////////////////*/

/* moodalbox CSS */

div#mb_overlay {
	z-index: 7000;
	position: fixed; /* changed from absolute to fixed, to prevent the background from jumping during scrolling */
	top: 0px !important; /* overrules the dynamix top of the ModalBox script */
	left: 0px;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
}

div#mb_center, div#mb_bottom_container {
	z-index: 7001;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDDDDD;
}

div#mb_center {
	background-color: #FFFFFF;
}

div#mb_contents_container {
	width: 400px;
	height: 400px;
	overflow: hidden;
	background-color: #FFFFFF;
	visibility: hidden;
	border: 5px solid #000000;
}
div#mb_bottom_container {
	border: 5px solid #000000;
	border-top: 0px;
}
div#mb_bottom {
	text-align: left;
	padding: 5px;
}

.mb_loading {
	background: #000000 url(img/loading.gif) no-repeat center center;
}

#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 0px;
}

div#mb_caption {
	margin-right: 71px;
}
