#mLeft
{
	margin-top:4px;
	float:left;
	padding:3px;
	width:200px;
}
#mLeft li
{
	height:30px;
}
#mLeft a
{
	display:block;
	font-size:14px;
	padding:4px 4px 4px 36px;
}
#mLeft a:link,#mLeft a:visited
{
	border:1px solid #f7f7f7;
}
#mLeft a:hover,#mLeft a:active
{
	border:1px solid silver;
}
#mLeft a.reg
{
	background:#f7f7f7 url(../img/m_reg.gif) no-repeat 16px;
}
#mLeft .login
{
	background:#f7f7f7 url(../img/m_login.gif) no-repeat 16px;
}
#mLeft .getpwd
{
	background:#f7f7f7 url(../img/m_return.gif) no-repeat 16px;
}
#mLeft .return
{
	background:#f7f7f7 url(../img/m_home.gif) no-repeat 16px;
}
#mRight
{
	float:left;
	padding:3px;
	font-size:14px;
}

#mRight h4
{
	font-size:14px;
	color:Black;
	font-weight:normal;	
	padding:5px;
}
#mRight h5
{
	font-size:14px;
	color:Blue;
	font-weight:normal;	
	padding:5px;
}
#mRight fieldset
{
	margin-left:20px;
	padding:10px;
	border:0;
	border-left:2px solid silver;
}
#mRight legend
{
	font-size:12px;
	color:Gray;
	height:30px;
	line-height:30px;
}
#mRight fieldset div
{
	margin-left:10px;	
	padding:10px 0;
}
#mRight fieldset div label
{
	display:block;
	margin:4px 0;
}
#mRight fieldset div select,#mRight fieldset div input
{
	height:22px;
	line-height:22px;
	width:200px;	
}
#mRight fieldset div input
{
	color:#ff6600;
	font: bold 14px/22px Verdana, Arial;
}
	
#mRight input.btnClass,
{
	width:70px;
	background-color:#ff6600;	
	color:White;
}
.upClass{
	background-color:#ff6600;	
	color:White;
}
#mRight p{
	margin-left:20px;
	font-size:12px;
	color:Gray;
	height:30px;
	width:400px;
	line-height:30px;	
}
#mRight a{
	color:#ff6600;
	border-bottom:2px solid silver;
}
#mRight ul{
	margin-left:20px;
	padding:10px;
	border:0;
	border-left:2px solid silver;
}
#mRight span{
	color:#ff6600;
}
#mRight .fInput{
	border:1px solid #00FFCC;
}
#getMsg
{
	position:absolute;
	top:150px;
	left:800px;
	border:1px solid #FFCC00;	
	width:200px;
	height:25px;
	line-height:25px;
	font-size:12px;
	padding:0 4px 0 25px;
	color:red;
	background: #FFFFCC url(../img/t_ok.gif) no-repeat 5px;
	display: none;
}
#temp_msg
{
	text-indent:1em;
	background:red;
	color:White;
	width:200px;
	height:25px;
	line-height:25px;
	position: absolute;
	z-index:1000;	
}
.inCode{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:red;
	text-transform: uppercase;
}
#pwdtest
{
	margin:0;
	padding:0;
	font-size:12px;
	height:15px;
	width:150px;
	line-height:15px;
	text-align:left;
	background: #f7f7f7 url(../img/pwdlen.gif) no-repeat left -45px;
	text-indent:1.2em;
	
	color:gray;
}