body {
 background: #ecf1f2;
 font-family: Arial, Helvetica, sans-serif;
 color: #979797;
 font-size: 12px;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}

#login-container {
	width: 331px;
    height: 241px;
	margin: auto;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loginform {
	float: left;
    position:relative;
	background: url(../images/login-bg.png) no-repeat;
	width: 331px;
	height: 241px;
}

#acms-login {
    position: absolute;
    top: 35px;
    width: 331px;
    font-size: 15px;
    font-weight: bold;
    text-align:center;
}

#logintable {
position:absolute;
left: 55px;
bottom: 20px;
}

.txt {
	width: 217px;
	height: 43px;
	background: url(../images/txtfield.png) top left no-repeat;
}

.txtfield {
	background: none;
	color: #000000;
	font-size: 15px;
	width: 200px;
	height: 43px;
	font-weight: bold;
	border: none;
	margin-left: 5px;
}

.button {
	border: none;
    background: url(../images/button-large.png) no-repeat top left;
	width: 139px;
	height: 45px;
	margin-left: 35px;
	margin-top: 8px;
    color:white;
    font-weight: bold;
    font-size: 15px;
    cursor:pointer;
}

.button1 {
    border: none;
    margin-left: 35px;
    cursor:pointer;
    position:relative;
    margin-bottom:-13px;
    margin-top:4px;
    background-color:white;
    color:#979797;
}