@charset "utf-8";
/* CSS Document */

form {
text-align: left;
}
input {
background-color: #e1e8ee;
}
textarea {
width: 400px;
height: 200px;
}
label {
display:block;
}

