body {
    margin: 0;
    padding: 0;
    background-color: #000830;
    background-image: url(../img/copertina.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-family: verdana, arial, "sans serif";
    font-size: 11px;
    text-align: center;
}

#frame {
    margin-left: auto;
    margin-right: auto;
    margin-top: 270px;
    width: 260px;
    text-align: left;
}

#frame a
{
	margin-top:20px;
	text-align: center;
	color: #fff;
}

form {
    display: block;
    height: 85px;
}

label,input {
    display: block;
    float: left;
    margin-bottom: 10px;
}

input {
    width: 85px;
    color: #000830;
    border: 1px solid #73a0c5;
    font-family: verdana, arial, "sans serif";
    font-size: 11px;
}

label {
    text-align: right;
    width: 100px;
    padding-right: 20px;
    color: #fff;
    clear: left;
    height: 18px;
}

input.button {
    width: auto;
    background-color: #73a0c5;
}
.resetPwd {

    text-align: center;
    clear: both;
}
.error {
    color: red;
    text-align: center;
    clear: both;
}