label {
	float: left;
	clear: left;
}

input, select {
	float: left;
}

input.mc_input_checkbox_multi {
	width: auto;
	background: none;
	height: auto;
}

.checkbox_question {
	clear: both;
	padding-left: 120px;
	margin-top: 25px;
	display: block;
	width: 350px;
}

.checkbox_question label {
	display: inline;
	float: none;
	clear: none;
	font-family: Arial;
}

.checkbox_question input {
	display: inline;
	float: none;
	clear: none;	
}

label.long {
	width: 250px;
}

label.required {
	font-weight: bold;
}

form h4 {
	margin-top: 25px;
}

.checkbox_question h4 {
	margin-left: -105px;
}

form h4 {
	clear: left;
}

.attendee {
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 514px;
}

input.mc_input_submit {
	width: auto;
	float: right;
}

fieldset {
	overflow: auto;
}

fieldset.mc_input_error {
	width: 500px;
	overflow: hidden;
}

fieldset.mc_input_error p {
	width: 400px;
	margin: 0.5em 0;
}
