@charset "utf-8";
/* CSS Document */
 
 
form {width:268px;}
label {display:block;}
input, textarea {font-size:13px; font-family: 'Lato', sans-serif; font-weight: 400; background-color:#b1b3b4; width:178px; height:30px;  border:none; margin:0px;}
textarea {width:200px;height:240px;}
input.button {border:0px solid #000; background:#b1b3b4; margin:0; border:none;}
input[type=checkbox] { margin:8px 15px 0px 0px; vertical-align:middle; width:15px; height:15px; padding:0px; background-color:#9c9e9f;}
.fehler {border:1px solid red;}
p.error {color:red;}

