.on { display: block; }
.off { display: none; }
.bold { font-weight: bold; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.small { font-size: 11px;  color: #663333; }
.iframe {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.input_text {
	width: 150px;
	float: left;
}
