.formDL {
	float:left;
	width: 235px;
	clear:none;
	display:block;
}
.formDlSeperator {
}
form .formDLLabel {
	margin-bottom: 2px;
	width: 200px;
	color: #b60050;
}
form .formDLElement select {
	width: 220px;
}
form .formDLElement .password,
form .formDLElement .text {
	width: 217px;
}
form .formDLElement .file {
	width: 219px;
}
form .formDLElement .password,
form .formDLElement .file,
form .formDLElement .text,
form .formDLElement select {
	border: 1px solid #556b77;
}
form .formDLElement {
	margin-bottom: 4px;
}
form .requirednote {
	float: right;
	display:block;
	margin-right: 2px;
	color: #b60050;
}

form .formDLStatic {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

form .formDLAmount {
	height: 20px;
	margin-top: 102px;
	margin-bottom: 23px;
	padding-right: 15px;
	text-align: right;
}