@charset "utf-8";
table{/*border-collapse:collapse;border-spacing:1; */ width:100%; margin:0px;}
form{ width:100%;}
form input{ width:90%; border: #CCCCCC 1px solid; color:#333333; font-size:11px; padding:3px; }
form select{ width:93%; border:#CCCCCC 1px solid; color:#333333; font-size:11px; padding:3px;}
form textarea{ width:90%; border:#CCCCCC 1px solid; color:#333333; font-size:11px; padding:3px;}
body{
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#container{
	width:780px;
	height:350px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -175px;
	margin-left: -390px;
	}
#left_part_ext{
	width:30px;
	background: #CC9933;
	height:350px;
	}
#left_part{
	width:200px;
	background:#FFFFFF url(../_img/mawunam_logo2.png) no-repeat bottom left;
	height:350px;
	vertical-align:top;
	}
#right_part{
	width:485px;
	background: #FF8D1C;
	height:350px;
	vertical-align:top;
	padding-left:15px;
	}
#middle_part{
	width:30px;
	background: #D9D3CC;
	height:350px;
	border-right:#FFFFFF 5px solid;
	}
#right_part_ext{
	width:30px;
	background: #CC9900;
	height:350px;
	}
.contact{
	font-size:11px; font-weight:bold;
}