@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.toolbar {
	font-size: small;
	background-image: url(/template/yellow/images/toolbar_bg.gif);
	font-weight: bold;
}
.box {
	border: 1px solid #FC0;
	font-size: small;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.txtnormal {
	font-size: small;
	font-weight: normal;
}
.txtsmall {
	font-size: x-small;
}
.txtnav {
	font-size: medium;
	color: #F90;
}
.txtbigtitle {
	font-size: medium;
	font-weight: bold;
}
.bigtitleline {
	font-size: small;
	font-weight: bold;
	color: #30C;
	border-bottom-style: solid;
	border-bottom-color: #66F;
	border-bottom-width: 2px;
}
.txtnormalselect {
	font-size: 12px;
	font-weight: bold;
	color: #60F;
}
.errortext {
	font-size: medium;
	font-weight: bold;
	color: #F00;
}
.complettext {
	font-size: medium;
	font-weight: bold;
	color: #093;
}
.titilepost {
	font-size: x-large;
	font-weight: bold;
	color: #333;
}
.bignumber {
	font-size: medium;
	font-weight: bold;
	color: #F60;
}
.tag5 {
	font-size: large;
	font-weight: bold;
	color: #F30;
}
.tag25 {
	font-size: xx-small;
	font-weight: bold;
	color: #333;
}
.tag15 {
	font-size: x-small;
	font-weight: bold;
	color: #090;
}
.tag10 {
	font-size: small;
	font-weight: bold;
	color: #C3C;
}
.textbox {
	border: 1px solid #F90;
}
.button {
	background-color: #F90;
	border: 1px solid #F30;
}

