/* CSS Document */
#formular {
font-size: 10px;
margin: 20px;
}

div#formular input {
width: 300px;
}
div#formular textarea {
width: 545px;
height: 200px;
}
.button {
width: 50px;
}
.small {
font-size: 10px;
}


