

form, label, input { font-size : 1em; }
fieldset { width: 410px; margin: 0 ; padding: 0px 0px; padding-bottom: 0px; }
legend {border: 1px solid #000; padding: 5px; width: 400px;}
label {
position: relative; /* makes this the 'containing block' for the Absolutely Positoned input element */
width: 200px; /* see 20px left margin on input to center with 'cellspacing' */
display: block; /* required because label is an inline element by default */
text-align: left; /* right align text in label */
margin: 0px 0;
margin-left: 10px;
margin-right: 0px;
}
label input {
position: absolute;
top: 0;
left: 80%; /* position at right side of label */
margin-left: 0px; /* adds a gap between label and input */
width: 250px;
color:black;
}

submit {
background-color: #2A00FF;
color: white;
	
	

}

#footer a {
	text-decoration:none;
	
}



