/* button */
button.default {
	width:auto;
	height:20px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	cursor: pointer;
	white-space: nowrap;
	background: transparent;
	outline: none;
	overflow: visible;
}
button.default div.parent {
	width: auto;
	position: relative;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	outline: none 0;
}
button.default div.parent div.fleft {
	position: absolute;
	top: 0px;
	left:0px;
	width: 4px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(./img/butbg.gif) 0px 0px no-repeat;
	border: 0px none #000000;
}
button.default div.parent div.fright {
	width: auto;
	position: static;
	height: 18px;
	margin: 0px 0px 0px 4px;
	padding: 2px 4px 0px 0px;
	background: transparent url(./img/butbg.gif) 100% 0px no-repeat;
	border: 0px none #000000;
}
button.default div.fvalue {
	width:auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	font-family: "µ¸¿ò";
	color: #FFFFFF;
	text-align:left;
	border: 0px none #000000;
}

button.blue {
	width:auto;
	height:20px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	cursor: pointer;
	white-space: nowrap;
	background: transparent;
	outline: none;
	overflow: visible;
}
button.blue div.parent {
	width: auto;
	position: relative;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	outline: none 0;
}
button.blue div.parent div.fleft {
	position: absolute;
	top: 0px;
	left:0px;
	width: 4px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(./img/butbgB.gif) 0px 0px no-repeat;
	border: 0px none #000000;
}
button.blue div.parent div.fright {
	width: auto;
	position: static;
	height: 18px;
	margin: 0px 0px 0px 4px;
	padding: 2px 4px 0px 0px;
	background: transparent url(./img/butbgB.gif) 100% 0px no-repeat;
	border: 0px none #000000;
}
button.blue div.fvalue {
	width:auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	font-family: "µ¸¿ò";
	color: #FFFFFF;
	text-align:left;
	border: 0px none #000000;
}
/* button */

/* a button */
a.button {
	display: inline-block;
	width:auto;
	height:20px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	background: transparent url(./img/butbg.gif) 100% 0px no-repeat;
	vertical-align: middle;
}
a.button span {
	display: inline-block;
	width:auto;
	height: 18px;
	margin: 0px 4px 0px 0px;
	padding: 2px 0px 0px 4px;
	font-family: "µ¸¿ò";
	color: #FFFFFF;
	text-align:left;
	background: transparent url(./img/butbg.gif) 0px 0px no-repeat;
}

a.button_blue {
	display: inline-block;
	width:auto;
	height:20px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	background: transparent url(./img/butbgB.gif) 100% 0px no-repeat;
	vertical-align: middle;
}
a.button_blue span {
	display: inline-block;
	width:auto;
	height: 18px;
	margin: 0px 4px 0px 0px;
	padding: 2px 0px 0px 4px;
	font-family: "µ¸¿ò";
	color: #FFFFFF;
	text-align:left;
	background: transparent url(./img/butbgB.gif) 0px 0px no-repeat;
}

/* a button */

