/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
}

div#mb_center {
/*background-color: #FFF;*/
z-index:99999;
}

div#mb_contents {
width: 481px;
height: 402px;
/*border: 10px solid #82b5d3;*/
overflow: auto;
/*background-color: #FFF;*/
background-image:url(../img/tpl/tpl-bg-moodalLayerBackground.gif);
background-repeat:no-repeat;
visibility: hidden;
z-index:99999;
padding-top:20px;
padding-left:20px;
padding-right:20px;
}

div#mb_contents h2
{
font-size:14px;
color:#82b5d3;
margin-bottom:5px;
}

div#mb_contents .csc-textpic
{
	padding-right:10px;
}

.mb_loading {
background:url(../img/tpl/tpl-bg-moodalLayerLoading.gif) no-repeat center center;
z-index:99999;
}

#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 #82b5d3;*/
border-top-style: none;
z-index:99999;
padding-left:20px;
}

a#mb_close_link {
display: block;
float: right;
width: 40px;
height: 22px;
background-image:url(../img/tpl/tpl-bg-moodalLayerClose.gif);
margin-right:20px;
z-index:999999;
}

div#mb_caption {
margin-right: 71px;
z-index:999999;
}