

li {
    list-style-type: none;
}

img.mb_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	z-index:1;
}
.mb_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
	z-index:2;
}
.mb_pattern div{
	
}
.mb_heading h1{
	position:absolute;
	top:10px;
	left:10px;
	font-size:86px;
	color:#000;
	text-shadow:0px 0px 1px #fff;
	z-index:4;
}



span.mb_close{
	position:absolute;
	right:0%;
	
	cursor:pointer;
	background:transparent url(../img/close1.jpg) no-repeat;
}
span.mb_close:hover{
	opacity:1.0;
}



.mb_content_inner{
	height:200px;
	outline: none;
}


.mb_content form label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}
.mb_content form div{
	padding:5px 0px;
}
.mb_content form input,
.mb_content form textarea{
	border:none;
	background:#fff;
	width:200px;
	color:#555;
	padding:4px;
}
.mb_content form textarea{
	height:140px;
}
button{
	border:none;
	color:#000;
	cursor:pointer;
	float:right;
}
button:hover{
}
.mb_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}
.mb_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.mb_footer a:hover{
	color:#fff;
}
.mb_footer a span{
	font-weight:bold;
}
.mb_footer a.mb_left{
	float:left;
}