form {
    position: relative;
    width: 20em;
    margin: 1em auto 0;
    }

legend {
    font-size: .8em;
    font-variant: small-caps;
    }

form h2 {
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: .25em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0066FF;
	margin-top: 0px;
    }

form a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #339933;
}

form a:hover {
	color: #6699CC;
}

.lbl {
    width: 48%;
    float: left;
    text-align: right;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    }

.npt {
    width: 48%;
    float: right;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    }

.npt input {
    width: 8em;
    }

br {
    clear: both;
    }

.clearing {
    font-size: 0;
    clear: both;
    }
