@charset "utf-8";
/* CSS Document */

.clear-line {
	clear: both;
	height: 0px;
	border-bottom: 1px solid #80c2db;
	margin-bottom: 10px;
	margin-top: 10px;
}
LABEL {
	color: #1e1e1e;
	font-weight: bold;
	font-size: 10px;
}
#fontgrapher A {
	font-size: 10px;
}
.input {
	width: 400px;
}
.choose-font, .choose-weight {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 132px;
}
.choose-size {
	float: left;
	margin: 5px;
}
.choose-color {
	float: left;
	margin: 5px;
}
.choose-font LABEL, .choose-weight LABEL, .choose-size LABEL {
	display: block;
}
.choose-font SELECT, .choose-weight SELECT {
	width: 130px;
}

#fontgrapher-2, #fontgrapher-3 {
	display: none;
}