fieldset#contact {
	float: left;
	clear: left;
	width: 400px;
	border: none;
	border-right: solid 1px #cecece;
}
fieldset#check-box {
	float: left;
	width: 300px;
	border: none;
	padding-left: 50px;
}
legend {
	margin-left: 0em;
	color: #5a5a5a;
	font-weight: bold;
}
legend.process {
	margin-left: 0em;
	color: #5a5a5a;
	font-weight: bold;
	clear:left;
	padding-top: 1em
}
label {
	float: left;
	width: 13em;
	margin-right: 1em;
	text-align: right;
}
.red {
	color: #ff0000;
}
label.pr {
	float: left;
	width: 20em;
	text-align: left;
	padding-bottom: .5em;
}
label.cb {
	float: left;
	width: 20em;
	text-align: left;
	padding-bottom: .5em;
}
input {
	margin-right: 1em;
}
label.comments {
	float: left;
	clear: left;
	width: 30em;
	margin-right: 0em;
	text-align: left;
}
fieldset ul {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: .2em;
}
fieldset.submit {
	border-style: none;
	clear: left;
}
