/* CSS Document */
fieldset {
 border: 0;
 /* border: 1px dashed #2CA43E; */
 margin-bottom: 2em;
 max-width: 45em;
}
legend {
 padding: 0 10px;
}
#cform {
 position: relative;
 width: 24em;
}
.outer {
 float: left;
 margin: 0;
}
.inner {
 float: left;
 margin: 1px 6px 1px 0;
}

