/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(/register/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;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 84px;
height: 22px;
background: transparent url(/register/closelabel.gif) no-repeat center;
margin: 5px 0;
}
a#mb_print_link {
display: block;
float: left;
width: 160px;
height: 22px;
background: transparent;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}


div#mb_contents table{
	width: 95%;
	border-collapse: collapse;
	border: 1px solid #E5D4B2;
	margin: 0 auto;
}
div#mb_contents th{
	background-color: #E5D4B2;
	color: #A80000;
	font-weight: bold;
	text-align: center;
}
div#mb_contents td{
	padding: 3px;
	border: 1px solid #E5D4B2;
}
div#mb_contents h1{
	width: 95%;
	margin: 0 auto;
}
div#mb_contents a:link, div#mb_contents a:visited, div#mb_contents a:hover, div#mb_contents a:active{
	color: #000;
	text-decoration: underline;
}
div#mb_center h1 {color: #a80000; font-size: 1.5em; font-weight: normal; text-align: center;}
