/* moodalbox CSS */

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

#mb_center, #mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #f4d139;
z-index: 10001;
}

#mb_center {
background-color: #f4d139;
z-index: 10001; 
}

#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #f4d139;
overflow: auto;
background-color: #FFFFFF;
visibility: hidden;
z-index: 10001;
}

.mb_loading {
background: #f4d139 url(../img/loading.gif) no-repeat center center;
z-index: 10001;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
z-index: 10001;
}

#mb_error em {
font-size: 0.8em;
z-index: 10001;
}

#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #f4d139;
border-top-style: none;
z-index: 10001;
}

#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
z-index: 10001;
}

#mb_caption {
margin-right: 71px;
z-index: 10001;
}
#moodal-wisdom-css {
	width: 565px;
	margin: 0 25px 0 10px;
	font-size: 11px;
}
#moodal-wisdom-css .content {
	text-align: left;
}
.moodal-title {
	padding: 30px 0;
	text-align: center;
	color: #669900;
}
#moodal-wisdom-css .center {
	text-align: center;
}
#moodal-wisdom-css p {
	padding: 5px 0 20px;
}
#moodal-wisdom-css form {
	float: left;
	margin: 0 10px;
}
#moodal-wisdom-css input {
	padding: 0 10px;
}
#moodal-wisdom-css .buttons {
	width: 510px;
	margin: 0 auto;
}

