/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #232323;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
}

div#mb_center {
background: url(images/bg_popup01.gif) no-repeat center;
}

div#mb_contents {
width: 400px;
height: 400px;
overflow: auto;
visibility: hidden;
background: url(images/bg_popup01.gif) no-repeat center;
}


.mb_loading {
background: #DDD url(images/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: 1.2em;
color: #fff;
line-height: 1.4em;
text-align: left;
border-top-style: none;
padding: 10px 0 0 20px;
text-transform: uppercase;
}

div#mb_caption {
margin-right: 71px;
}

.red{
	color:#FF0000;
}
div.mooContainer{
	width:500px;
	height:200px;
	margin:20px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

div.mooContainer h1{
font-size:24px;	
}
