fieldset {
	margin-top:1em;
    border:0;
    border-top: 1px solid gray;
}
fieldset legend {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 1em 0 1em;
    padding: 0 1em 0 1em;
}

label {
    font-weight: bold
}

input[type=text], input[type=password], textarea {
	background-color: #f3f3f3;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background-color: #ffd;
}