/*  Forms */
label { display: block; float: left; width: 125px; }

input[type="text"], textarea { width: 100%; min-width: 200px; max-width: 500px; line-height: 22px; font-family: inherit; font-size: 12px; }
input[type="text"] { height: 14px; }
textarea { height: 125px; }
input[type="checkbox"],input[type="submit"],input[type="button"] { width: auto; }