body {
    background: url('../images/background.jpg');
}

#top-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 100%;
    z-index: 1;
}

#top-div-content {
	text-align: center;
	margin-top: 100px;
	color: white;
}

#top-div-seperator {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 2px #545551;
    height: 222px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

#login-wrapper {
    margin: 280px 0 -0 -180px;
	width: 360px;
	text-align: center;
	z-index: 99;
	position: absolute;
	left: 50%;
}

#login-top {
    height: 120px;
    padding-top: 140px;
    text-align: center;
}

.login-label {
    width: 120px;
    float: left;
    padding: 8px;
    line-height: 14px;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    text-shadow: #050505 0 -1px 2px;
}

input.text-input {
    width: 180px;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px transparent;
    padding: 8px;
    font-size: 13px;
}

input.button {
    float: right;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    text-shadow: #050505 0 -1px 0;
    background-color: #05075C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px transparent;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}

input.button:hover {
    text-shadow: #050505 0 -1px 2px;
    background-color: #0F128D;
    color: #fff;
}
