label{
	display:block;
	position:relative;
	width:180px;
	float:left;
}
label.inline{
	display:inline;
	position:static;
	width:auto;
	float:none;
}