.autoFormat label {
	width: 150px;
	text-align: right;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: normal;
	float: left;
	display: block;
}
.autoFormat .tick_boxes {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 160px;
}
.autoFormat input, .autoFormat textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.autoFormat .tick_boxes input {
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.autoFormat .tick_boxes label {
	text-align: left;
	width: 200px;
	float: left;
}
.autoFormat .tick_boxes legend {
	font-size: 100%;
	letter-spacing: 0em;
}
#submit {
	margin-left: 185px;
	padding: 5px;
}
.autoFormat ol li {
	clear: left;
	list-style-type: none;
	background-image: none;
}
.autoFormat fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.autoFormat legend {
	display: block;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	color: #5c5c5c;
}
.msg_error {
	padding: 5px;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-size: 100%;
	margin: 5px;
	background-color: #FFFEF4;
}
.msg_success {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	background-color: #FFFEF2;
	border: 2px solid #6e7431;
}

