#form legend {
	letter-spacing: 0.25em;
	font-family:Arial;
}

#form p {
margin: 0;
padding-top:5px;
padding-bottom:1px;
padding-left:1px;
padding-right:30px;
clear: both;

}

#form label {
float: left;
clear: both;
text-indent: 25px;
font-family:Arial;
color:#5c5c5c;


}
#form input {
float: right;
}

#form select {
float: right;
}

#form text {
float: right;
}



#form fieldset {
	padding: .5em;
	width: 380px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 70px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}


#form text {
	text-indent: 25px;
}
#form input {
	text-indent: 25px;
}

