#loginCont {
	background: url(../Images/login-2.gif) repeat-y center top;
	margin: 100px auto 0 auto;
	width: 310px;
}

#loginInner {
	background: url(../images/login-1c.jpg) no-repeat center top;
	padding-top: 100px;
	text-align: center;
	font: 0.8em/120% Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
}
#loginFoot {
	background: url(../images/login-3.gif) no-repeat center top;
	height: 19px;
}
#Login1_LoginButtonX {
	color: #FFFFFF;
	background: #8EB239;
	padding: 4px 10px;
	border-style: none;
}
 
 
 
 
 
 /* ----- MT ------ */
 
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:inherit;
  font:inherit;
  border-color:Silver;
}

td, th
{
	vertical-align: top;
	padding: 0 2px;
	border-color:Silver;
}

