.form-item label {
display: block; /* block float the labels to left column, set a width */

width: 130px;
padding: 0;
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align: left;

}

.node-form .form-text .form-number{
display:inline;
width:auto;
}