look for following code in your css.
.back {stylesheet.css (line 735)
float:right;
font-family:arial;
font-size:11px;
text-decoration:none;
}
change float right , to float left . this should send the text to left hand side of your select .
once changed test other form elements on your site and see if this will effect how other stuff going to be aligned in your site.



