.textbox {
     border-top: solid 1px #8e8e8e;
     border-right: solid 1px #d1d1d1;
     border-left: solid 1px #d1d1d1;
     border-bottom: solid 1px #e4e4e4;
     height: 25px;
     width: 275px;
 }

.textbox:focus {
    border-color: #4488cc;
    border-style: solid;
    border-width: 2px;
    outline: 0;
}

.center{
    margin-left: 25%;
}
.center1{
    margin-left: 5%;
}
.total{
    margin-left: 75%;
}
