body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #666;
}
fieldset {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
input[type=text],
textarea {
	min-width: 230px;
}
.form-wrapper {
	padding: 20px;
}
ul {
	list-style: none;
}
.dropdown-menu {
	background-color: #fff;
}
.datepicker td, .datepicker th {
	height: 30px;
	width: 30px;
}
.note {
	color: red;
	font-size: 16px;
	font-weight: 600;
}
.bold {
	font-weight: bold;
}