/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 4398;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#mb_center {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4401;
}

div#mb_centercontainer {
	/*
	background: url(../../images/loadingLogo.png) no-repeat center center;
	*/
	width: 100%;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4400;
}

div.loader
{
	/*background: url(../i/loadingAnim.gif) no-repeat center;*/
}

div#mb_centercontainerinner {
	width: 100%;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4400;
}

div#mb_contents {
	overflow: auto;
	visibility: hidden;
}

#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;
}

div#mb_bottom {
	display: none;
}

div#mb_caption {
	margin-right: 71px;
}

a#mb_close_link 
{
	display:block;
	height:18px;
	position:absolute;
	right:23px;
	text-indent:-10001px;
	top:10px;
	width:18px;
}

#modalContainerCandQ
{				
	background:url(../../images/modal/background_candq1.png) no-repeat top left;
	float:left;
	height:525px;
    padding:5px;
	width:901px;
}

#modalHeader 
{
    float:left;
    height:32px;
    position:relative;
	width:901px;
}

#modalHeader h1
{
    color:#fff;
    font:bold 14px Verdana;
    margin:8px 0 0 8px;
	float:left;
}

#modalHeader ul
{
    margin:0;
    line-height:11px;
    list-style:none;
    position:absolute;
    right:10px;
    top:8px;
}

#modalHeader ul li 
{
    display:inline;
}

#modalHeader ul li a
{
	border-right:solid 1px #fff;
    color:#fff;
	display:block;
	float:left;
    font:11px Verdana;
	margin-right:25px;
	padding-right:10px;
}

#modalHeader a#modalClose 
{
	background:url(../../images/icon_x.gif) no-repeat;
	display:block;
	height:18px;
	position:absolute;
	right:8px;
	text-indent:-10001px;
	top:6px;
	width:18px;
}

#modalBody
{
    float:left;
    height:493px;
	width:901px;
}

#modalBody iframe
{
    background:transparent;
    float:left;
    height:493px;
	width:901px;
}