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 {
    position: relative;
	float: left;
	background: url(../images/login-bg.png) no-repeat;
	width: 331px;
	height: 241px;
}

#acms-login {
	float: left;
	margin-top: 35px;
	font-size: 15px;
	font-weight: bold;
    width:100%;
    text-align: center;
}

#logintable {
float: left;
margin-left: 55px;
margin-top: 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;
}
.ipbutton {
    border: none;
    background: url(../images/button-large.png) no-repeat top left;
    width: 139px;
    height: 45px;
    margin-left: 0;
    margin-top: 8px;
    color:white;
    font-weight: bold;
    font-size: 15px;
    cursor:pointer;
}
#ip-container {
    color:black;
    width: 331px;
    height: 241px;
    margin: auto;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border:2px solid grey;
    border-radius:4px;
    text-align: center;
    background-color: white;
}

.inputfield{
    display:none;
}
.ip-table{
    text-align: left;
}
.ip-td{
    color:black;
    font-size: 12px;
}
