body {
	margin: 0;
	padding: 0;
	background: #e0e2e6 url(/media/images/login-bg.png) repeat-x;
	font-family: Arial, "Lucida Grande", Verdana;
}

hr {
	display: none;
}

.reset {
	clear: both;
}

a, a:visited {
	color: #7b838c;
}
h1 { display: none;}

.mn {
	line-height:normal;
}
.mn ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
.mn li {
	float:left;
	background:url(/media/images/dbl-left.png) no-repeat left top;
	margin: 0 3px 0 0;
	padding:0 0 0 20px;
}
.mn a {
	float:left;
	display:block;
	background:url(/media/images/dbl-right.png) no-repeat right top;
	padding: 8px 20px 7px 2px;
	text-decoration:none;
	color:#7b838c;
	font-size: 13px;
	border: 0;
}

.mn > ul a { width:auto; }
.mn a {float:none;}
.mn a:hover { color:#fff; }

.mn li.sel, .mn li:hover {
	background-position: 0% -30px;
	color:#fff;
}
.mn li.sel a, .mn li:hover a {
	background-position: 100% -30px;
	color:#fff;
}
.mn li.sel a:hover { color: #b4010c; }

.mn li.wht {
	background:url(/media/images/wht-left.png) no-repeat left top;
}
	
	.mn li.wht a {
		background:url(/media/images/wht-right.png) no-repeat right top;
		color: #e99150;
	}

input, select, textarea {
	font-size: 14px;
	padding:5px;
	color: #7b838c;
	border: 1px solid #c6cbd1;
}

#submit-butt {
	display: none;
}

#login-screen {
	position: relative;
}
	#lmy {
		position: absolute;
		top: 33px;
		left: 37px;
		width: 220px;
		height: 85px;
		background: url(/media/logos/typ.png) no-repeat;
	}
	#chlang {
		position: absolute;
		top: 33px;
		right: 37px;
		width: 160px;
		height: 50px;
		font-size: 13px;
	}
	#log-front {
		margin: 0 auto; width: 1280px; position: relative; height: 700px; background: url(/media/images/login-front.png) no-repeat;
	}
		#log-box {
			position: absolute; width: 336px; height: 195px; top: 234px; left: 475px; color: #818285; font-size: 14px;
		}
		#log-front input {
			width: 210px;
		}

	h2 {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}
	table {
		margin: 10px;
		width: 100%;
		border-collapse: collapse;
	}
		table td {
		padding: 10px;
		}
		#tools {
			position: absolute;
			bottom: 10px;
			width: 250px;
			left: 45px;
		}

	#log-footer {
		width: 1280px;
		font-size: 13px;
		color: #818285;
		text-align: center;
		margin: auto auto 0 auto;
	}
		#log-footer #mf-navi {
			padding: 20px 25px;
		}
			#log-footer #mf-navi li {
				display: inline;
				margin-right: 25px;
			}
				#log-footer #mf-navi li a, #chlang {
					color: #818285;
					text-decoration: none;
					text-shadow: #9fa5aa 1px 1px 1px;
					border: 0;
				}
					#log-footer #mf-navi li a:hover, #chlang:hover {
						text-decoration: underline;
					}
					
#trajan {
    text-align: right;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
}
#trajan a {
    width: 89px;
    height: 8px;
    display: block;
    float: right;
    background: url(/media/logos/trajan.png) top left;
    margin-left: 4px;
    margin-top: 1px;
}
#trajan a:hover {
    background: url(/media/logos/trajan.png) bottom left;
}
#trajan a span {
    display: none;
}

		