@charset "utf-8";


input.example, select {
width: 250px;
}
textarea {
width: 250px;
height: 7em;
}

input, select, textarea {
font-size: 100%;
}

