 /*  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; }

 /*  - Balloon [error] */
.errorlist li { width: 349px; height:48px; line-height: 38px; padding: 10px 10px 10px 20px; margin: 0; border: 0; display: block; position: absolute; margin: -20px 0 0 425px ; background: url('http://www.hetcms.nl/beheer/images/notifications/balloon-error.png') no-repeat center center; color: #333333; }
