*{
margin: 0px;
padding: 0px;
}

Body {
background: #1a4877;
font-family: 'Duru Sans', Verdana, sans-serif;
font-size: 12px;
color: #000;
}

form {
margin: 10px;
}

div#upper {
position: absolute;
top: 0px;
width: 100%;
background: #8ea32f;
height: 50%;
z-index: 10;
}

div#login {
position: absolute;
width: 300px;
height: 200px;
left: 50%;
top: 50%;
background: #e4e079;
margin-left: -150px;
margin-top: -100px;
z-index: 11;
border-right: 4px solid #2d2d2d;
}

span.userpwdtitle {
width: 300px;
float: left;
background: #bacd63;
margin-bottom: 4px;
padding: 4px;
padding-right: 0px;
text-transform: uppercase;
margin-top: 5px;
border-right: 4px solid #2d2d2d;
}

input.userpwd {
width: 200px;
margin-bottom: 10px;
height: 25px;
font-family: 'Duru Sans', Verdana, sans-serif;
font-size: 15px;
color: #000;
}

input.btn_login {
width: 100px;
border: 1px solid #2d2d2d;
padding: 3px;
text-transform: uppercase;
font-family: 'Duru Sans', Verdana, sans-serif;
}