/*
    FORMULARE
*/

input, textarea             { border:1px solid #333;width:300px;padding:1px; }
textarea                    { height:100px; }
input.button                { width:auto;background-color:#333;color:#fff; }
input.box                   { border:none;width:auto; }
input.error					{ border-color:#ab0622;background:#fcc url(../../resources/img/error.png) 288px center no-repeat; }

