.content {
     background: url('../images/bg_content_solid.png') repeat-y left top;
     clear: both;
     float: left;
     height: 450px;
     position: relative;
     width: 1000px;
}

.error {
     color: red;
     float: left;
     font-size: 12px;
     margin: 0px 0px 10px 50px;
     position: relative;
     width: 910px;
}

.form {
     clear: both;
     float: left;
     padding: 0px 20px 0px 20px;
     position: relative;
     width: 960px;
}

.item {
     clear: both;
     float: left;
     height: 27px;
     padding: 3px 0px 0px 50px;
     position: relative;
     width: 120px;
}

.item_input {
     float: left;
     height: 30px;
     position: relative;
     width: 790px;
}

.message {
     color: #2f2f2f;
     float: left;
     font-size: 12px;
     margin: 0px 0px 25px 0px;
     position: relative;
     width: 960px;
}

.password {
     width: 250px;
}

.title {
     font-size: 36px;
     padding: 25px 0px 25px 0px;
     text-align: center;
     width: 1000px;
}

.username {
     width: 250px;
}
