fieldset {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

legend {
    font-weight: bold;
    color: #007bff;
}

td.bold {
    width: 180px;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: top;
}

input.fr {
	font-family: 'Merriweather', "Tahoma", "Trebuchet MS", "Verdana", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #565656;
	vertical-align: top;
	font-size: 10pt;
	border-radius: 5px;
	width: 400px;
}

textarea.fr {
	font-family: 'Merriweather', "Tahoma", "Trebuchet MS", "Verdana", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #565656;
	vertical-align: top;
	font-size: 10pt;
	border-radius: 5px;
	width: 400px;
	height: 400px;
}