input.charlie {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 1.0em;
	font-weight: bold;
	letter-spacing: 0.1;
}

#profile_page label, #profile_page .soft label.check_master {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	/*height: 100%;*/
}
#profile_page p {
	clear: both;
}

#profile_page .soft label {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
}

#profile_page input, #profile_page textarea,
#profile_page select {
	margin-left: 8px;
}

span.check_wrapper {
	display: block;
	float: left;
	width: 400px;
	margin-bottom: 1.0em;
}

span.check {
	display: block;
	width: 190px;
	float: left;
	margin-right: 10px;
}

#profile_page p.perfect_match {
	width: 200px;

	float: left;
	clear: none;

	padding: 10px;
	margin: 0 5px 10px 5px;

	background: #FFEFEF;
	border-bottom: 4px solid #FFCFCF;
}
