form.styled br.clear {
	clear: both;
}
form.styled legend {
	font-size: 12px;
	padding-bottom: 8px;
}
form.styled fieldset {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px 0px 0px 16px;
	border: 0;
}
form.styled div.row {
	margin: 0;
	padding: 8px 0px 8px 0px;
	clear: both;
}
form.styled div.column-left {
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	width: 30%;
}
form.styled div.required div.column-left label {
	color: #000000;
	font-weight: bold;
}
form.styled div.column-right {
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	width: 69%;
}
form.styled div.column-left label {
	margin: 0;
	padding: 0;
	cursor: help;
	text-align: right;
}

form.styled fieldset.button input {
	margin-left: 40%;
	background-image: url(../image/button-background.gif);
	background-repeat: repeat-x;
}


form.styled .select-only {
	background-color: #ccc;
	border: none;
}
form.styled span.character-count {
	color: #666;
	font-size: 10px;
	cursor: help;
	margin-left: 6px;
}
