* {
	font-family:Arial,sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e5e7e9 inset;
}

a {
	border: 0;
	text-decoration: none;
	color: black;
}

*:focus {
    outline: none;
}

html {
	background-image: url('../images/bg.png');
}

#content {
	background-image: url('../images/background.png');
	width: 570px;
	height: 560px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 200px;
	padding-top: 130px;
	padding-right: 200px;
	background-size: contain;
}

#loginform {
	background-image: url('../images/login.png');
	width: 385px;
	height: 171px;
	margin-left: 70px;
	margin-top: 120px;
	position: absolute;
	top: 130px;
}
#progressTable {
	margin-left: 100px;
}
.loginbutton { 
	background-image: url('../images/loginbutton.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 389px;
	height: 78px;
	border: 0px;
	cursor: pointer;
	margin-top: 325px;
	margin-left: 70px;
	position: absolute;
	top: 120px;
	text-indent: -999999px;
}
h1 {
	text-align: center;
	margin-top: 20px;
	margin-left: -40px;
}

.center {
	text-align: center;
	margin-left: -40px;
}

.loginInput {
	position: absolute;
	background-color: transparent;
	border: 0;
	font-size: 21px;
	width: 280px;
	height: 60px;
}

#username {
	top: 262px;
	z-index: 9999;
	margin-left: 150px;
}

#password {
	top: 346px;
	z-index: 9999;
	margin-left: 150px;	
}

.warning {
	color: #A83333;
}

#logout {
	position: absolute;
	right: 270px;
	top: 132px;
}

#question {
	margin-top: 150px;
	font-weight: bold;
	margin-bottom: 10px;
}

.row {
	clear: both;
}

.col {
	position: relative;
	float: left;
}

.two {
	width: 50%;
}

.three {
	width: 33.3%;
}

.second {
	margin-top:75px;
}

.four {
	width: 25%;
}

.link img {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
}

.link {
    height: 60px;
}
