don’t do this as it will affect other label and input styles.
each label and input has a class, it’s better to target like that. e.g.
.sml_namelabel, .sml_emaillabel{
width:100px;
text-align:right;
display:inline-block;
padding-right:5px;
}
.sml_emailinput{width:300px;}