.commonform, #information{
	margin: 5px 0 5px 75px;
	font-size: 12px;
}
.commonform label, .commonform input, .commonform select, .commonform textarea, .label {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-right: 2px;
}

.commonform textarea {
	width: 300px;
	height: 190px;
}

.commonform input[type="checkbox"] {
	width: auto;
}

.commonform select {
	width: auto;
}

.commonform input[type="hidden"] {
	width: 0;
}

.commonform label, .label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

.commonform br {
	clear: left;
}

.commonform .required {
	font-weight: bold;
}

.commonform .controlbox {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border-top: dotted 1px #a9a9a9;
	clear: left;
	float: left;
}

.controlbox input {
	position: relative;
	float: left;
	width: auto;
	margin-left: 119px;
}
*  html .controlbox input {
	border: 0px solid red;
	margin-left:24px;
}

.commonform fieldset {
	border: none;
	border-top: solid 1px black;
	margin: 1px 2px;
	padding: 10px 6px;
}

.commonform fieldset legend {
	font-weight: bold;
	font-size: 14px;
}

.commonform fieldset fieldset {
	padding: 0;
	margin: 0;
}

.commonform .radiobox {
	border: none;
}

.commonform .radiobox label {
	display: inline;
	width: auto;
	float: left;
	text-align: left;
}

.commonform .radiobox input {
	display: inline;
	width: auto;
	float: left;
}

label.agree {
	display: inline;
	float: left;
	width: auto;
}

label.required {
	font-weight: bold;
}

.error {
	border: 1px solid red;
}
form#application em
{
	color: red;
}