form div {
	clear: both;
	padding: 5px 0;
	position:relative;
}
#content label {
	color:#3C3F51;
	float:left;
	padding-top:4px;
	text-align:right;
	width:220px;
	height:16px;
	margin-right:10px;
}
input {
	width:240px;
	padding:2px;
}
form fieldset {
}
fieldset legend {
	background:#fff;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}
form div {
	clear:all;
	margin-bottom:1em;
	padding:.5em;
	vertical-align:text-top;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 3px 0 220px;
	clear:all;
}
.radio label {
	text-align:left;
	float:left;
}
input[type=checkbox] {
	float:left;
	width:auto;
	margin: 0 3px 7px 175px;
}
#content .checkbox label {
	text-align:left;
	width:auto;
	clear:all;
}
.submit {
	margin-left:230px;
}
#expertise-widget {
	width:800px;
}
#expertise-widget td {
	padding:2px;
	text-align:center;
	width:100px;
}
#expertise-widget td.message {
	text-align:left;
	width:200px;
}
#expertise-widget th {
	text-align:center;
}
#expertise-widget input[type=radio] {
		margin: 0 3px 7px 0;
}
input{
	clear: both;
	padding: 2px;
	width:300px;
}
textarea {
	clear:none;
	padding:2px;
	width:600px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 6px 6px 0 220px;
	
}
#content div.radio label {
	margin: 0 0 6px 20px;
	text-align:left;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	clear:all;
}
/**
 * BOARDLINK SPECIFICS
 */
#content fieldset{
	border-top:1px dotted #00B8E5;
	min-height:50px;
 }
 #content .confirmation div.input label {
	width:500px;
	clear:none;
	text-align:left;
	white-space:pre;
	margin:0;
}
 .signupswizardreview input[type=submit] {
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	clear:all;
	margin-top:15px;
}