fieldset {
	margin: 10px 0px;
    padding: 0;
    border: 1px solid #BFBAB0;
    background-color: #F2EFE9;
	color: #666;
}
legend {
    margin-left: 1em;
    color: #666;
    font-weight: bold;
}
input{

}
textarea {

}
select {

}
label {
    position:relative;
    left:10px;
}
fieldset.submit {
    border-style: none;
    background-color: transparent;
}
label {
    float: left;
    width: 10em;
    margin-right: 1em;
}