/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 100;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
/*background-color: #DDD;*/
background: url(../images/pop_btm_bg.gif) repeat-x left bottom;
/*background: #014e9e;*/
padding:6px 0 10px 0;

}

div#mb_center {
background: url(../images/pop_top_curve.gif) no-repeat left top;
z-index: 120;
padding: 7px 0 0 0px;
}
div#mb_contents {
width: 350px;
height: 250px!important;
border: 0px solid #DDD;
overflow: hidden;
background: #f8f8f8;
/*padding: 10px;*/
}

.mb_loading {
background: #DDD url(../images/ajax-loader.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;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
/*border: 10px solid #014e9e;*/
border-top-style: none;
z-index: 120;
height: 22px !important;

}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 3px 10px 0px 0;
}

div#mb_caption {
margin-right: 71px;
color: #fff;
font-size: 110%;
padding: 12px 10px 12px 10px;
}
ul#pop_login{
	background: transparent url(../images/linkbox.gif) no-repeat center;
	width:193px;
	height:113px;
	padding-top:10px;
	padding-left: 25px;

	}
