label {
	clear: both;
	margin: 10px;
	float: left;
	width: 250px;
}

input, select {
	float: left;	
	border: solid #A12932 1px;
	margin: 10px 0px;
}

.radio {
    border: none;
}

fieldset {
    border: solid #A12932 3px;    
}

legend {
    color: #A12932;
    text-shadow: black;
    text-decoration: underline;
    font-weight: bolder;
}

hr {
    visibility: hidden;
}



