#signin {
    position: relative;
}
.roundblue {
    position: relative;
}
#signin label {
    position: absolute;
    left: 20px;
    margin-top: 4px;
}
#signin input {
    margin: 2px 0 2px 100px;
}
#forgotform {
    position: relative;
    margin-top: 16px;
}
#forgotform label {
    position: absolute;
    left: 0px;
    margin-top: 3px;
}
#forgotform input {
    margin: 2px 0 2px 160px;
}
.longinput {
    width: 220px;
}
