@charset "utf-8";
/* CSS Document */

/* Form styling */

fieldset {
width: 90%;
margin: 1em 0;
padding: 1em;
border : 1px dashed #666;
}

legend {
font-weight: bold;
}
label {
display: block;
xpadding : 2px;
}

input [type="text"] {
width : 200px;

}

textarea {
width: 250px;
height: 100px;

}