.MLink {
	display:block;
	width:291px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#555;
	vertical-align:middle;
	font-size:12px;
	text-align:left;
	padding:9px 0px;
	text-indent:25px;
	border-bottom:1px solid #ccc;
	background:transparent;
}

.MLink:hover {
	color:#000;
	background:#eee;
}


.MLink2 {
	display:block;
	width:291px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	text-align:left;
	text-indent:20px;
	padding:9px 0px;
	background:#fd7;
	border-bottom:1px solid #ccc;
}


#Auth {
	width:100%;
	padding:5px;
	font-size:12px;
}

#Auth2 {
	width:300px;
	border:1px solid #ccc;
	margin:0px auto;
	font-size:12px;
}

#Auth .text,#Auth2 .text {
	width:40%;
	font-weight:bold;
	color:#555;
	background:transparent;
}

#Auth .input,#Auth2 .input {
	width:50%;
	background:transparent;
	padding-right:5px;
}

#Auth .input input[type=text],#Auth .input input[type=password],#Auth2 .input input[type=text],#Auth2 .input input[type=password] {
	width:98%;
}


.MGContenant {
	width:100%;
	background:transparent;
}


#MG1,#MG2,#MG3,#MG4 {
	overflow:hidden;
	margin-left:1px;
	background:transparent;
	display:block;
}

#Menu {
	border-top:0px;
	overflow:hidden;
}

h1.Menu {
	margin:0px 2px 0px 1px;
	padding:14px 8px 6px 8px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	background:#919287;
	border-bottom:1px solid #ccc;
	cursor:default;
}


