fieldset.mrr{
	padding: 5px 10px;
}

fieldset.mrr legend{
	color: #333;
	font-weight: bold;
}

fieldset.mrr form{
	display: inline;
}

fieldset.mrr label{
	float: left;
	width: 100px;
	display: block;
	height: 1em;
	font-weight: bold;
	padding-top: 3px;
}

fieldset.mrr input, fieldset.mrr select{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 1em;
}

fieldset.mrr input.button{
	height: 22px;
	cursor: pointer;
}

fieldset.mrr span.warn{
	color: red;
	font-weight: bold;
}