/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #4c694d;
z-index:100;
}

div#mb_center {
background-color: #4c694d;
}

div#mb_contents {
border: 10px solid #4c694d;
overflow: auto;
background-color: #a6b3a7;
visibility: hidden;
font-size:12px;
color:#000;
padding:10px;
}

div#text {
	padding:20px;
}

div#text a {
	text-decoration:none;
}

div#text a:hover {
	color:#FFF;
}

div#mb_contents p {
	margin-bottom:10px;
}

.mb_loading {
background: #DDD url(../img/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: 'Trebuchet MS',Trebuchet,Verdana,Helvetica,Arial,sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: 'Trebuchet MS',Trebuchet,Verdana,Helvetica,Arial,sans-serif;
font-size: 10px;
color: #FFF;
line-height: 1.4em;
text-align: left;
border: 10px solid #4c694d;
border-top-style: none;
}

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

div#mb_caption {
margin-right: 71px;
color:#fff;
font-weight:bold;
}

#contactName, #contactEmail {
	width:388px;
	//height:16px;
	background-color:#a2c0ca;
	border:2px solid #006171;
	margin:2px;
	padding:2px;
	font-size:12px;
}

#contactName:focus, #contactEmail:focus, #contactMessage:focus, #contactButton:active {
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-size:12px;
}

#contactMessage {
	width:388px;
	height:100px;
	border:2px solid #006171;
	background-color:#a2c0ca;
	margin:2px;
	padding:2px;
	font-size:12px;
}
#contactButton {
	border:2px solid #006171;
	background-color:#a2c0ca;
	margin:2px;
	cursor:pointer;
	padding:2px;
}
input, textarea { font-family: inherit; font-weight:bold; }

#contactButton, #contactMessage, #contactName, #contactEmail {
	//margin-left:auto;
	//margin-right:auto;
}