form * {
	font-size: 8pt !important;
	
}
form fieldset {
	border: none;
	margin-left: 25%;
	width: 800px;
	clear: both;
}
		.message {
			padding: 5px;
			margin: 10px 0;
			border: 1px dotted #666 !important;
		}
			.message a {
				text-decoration: underline;
				color: #fff;
			}
			.message.good {
				border: 1px dotted #9ce80b !important;
				color: #9ce80b !important;
			}
				.message.good a {
					color: #9ce80b !important;
				}
			.message.bad,
			.message.required {
				border: 1px dotted #f26026 !important;
				color: #f26026 !important;
			}
				.message.bad a,
				.message.required a {
					color: #f26026 !important;
				}
			.message.warn,
			.message.warning {
				border: 1px dotted #de984b !important;
				color: #de984b !important;
			}
				.message.warn a,
				.message.warning a {
					color: #de984b !important;
				}
		span.message {
			width: 300px;
		}
		
form label {
	font-weight: bolder;
	width: 200px;
	text-align: left !important;
}
		form div.field {
			margin-top: 15px;
			width: 100%;
			float: left;
		}
		form .FormHeading {
			font-size: 18px;
			color: #5D5D5D;
		}
		form input.text,
		form textarea,
		form select,
		form .numeric,
		.calendardate input {
			color: #5D5D5D;
			width: 300px;
		}
			form select {
				width: auto;
			}		
			form .numeric {
				width: 25px;
				margin-right: 3px;
			}
			form input.year {
				width: 35px;
			}
		.checkboxsetfield span {
			display: block;
		}
		.checkboxset .optionset {
			padding-left: 10.05em;
		}
			.optionset li {
				list-style-type: none !important;
			}

		.dmycalendardate {
			color: #5D5D5D;
		}
			.dmycalendardate span {
				display: block;
			}
		p.checkbox {
			float: left;
			text-align: left;
			padding: 10px 5em 0 10.5em;
		}
		p.checkbox input.checkbox {
			float: left;
		}
		p.checkbox label {
			width: 350px;
			float: left;
		}
		form .Actions {
			width: 600px;
			padding-top: 10px;
			text-align: right;
    	}
		form .Actions input {
			height: 24px;
			padding: 2px 3px;
			margin: 0 2px;
			text-align: center;
		}
