@charset "utf-8";
/* CSS Document */

fieldset {
border: 1px solid #ccc;
padding: 0.8em 0 0.8em 0.8em;
}

legend {
font-size: 1.5em;
color: #999;
}

label {
margin-top: 0.7em;
padding-right: 1em;
font-size: 1.2em;
display: block;
}

.textInput {
width: 19em;
background: #d9dee8;
border-top: 1px solid #336;
border-right: 1px solid #978eba;
border-bottom: 1px solid #978eba;
border-left: 1px solid #336;
padding: 0.2em;
}

.submitButton {
margin-top: 0.5em;
display: block;
}

em {
font-size: 1.2em;
font-weight: bold;
color: #e33;
}




input:focus, textarea:focus {
background: #ededff;
}
