label{
	font-size: 75%;
	float: left;
}

select, input, textarea{
	font-size: 75%;
	font-weight: bold;
}

input.styled, textarea.styled{
	width: 140px;
	border: 1px solid #000;
	background-color: #eee;
	float: left;
}

fieldset div{
	clear: both;
}

label{
	display: block;
	width: 160px;
	margin-right: 10px;
	text-align: right;
	font-size: 75%;
}

.bMargin20{
	margin-bottom: 20px;
}

.submitbutton{
	font-size: 100%;
}