
.underline {
	text-decoration: underline;
}
.color-red {
	color: #cb0101;
}
.stylistname {
	clear: both;
}
.borderline {
	margin-top: 8px;
	padding-top: 8px;
	border-top: dotted 1px #ccc;
}
.icon {
	width: 70px;
	float: left;
}
.btnarea {
	padding-top: 8px;
}