	.btnOver
	{
		width: 22px; height: 22px;
		border: 1px solid;
	}
	.btnPressed
	{
		width: 22px; height: 22px;
		background-color: buttonhighlight;
		padding: 1px 0px 0px 1px;
		border: 1px solid;
		border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	}
	.btnDisabled
	{
		width: 22px; height: 22px;
		border: 1px solid buttonface; filter: alpha(opacity=25);
	}
	.selectDisabled
	{
		border: 1px solid buttonface; filter: alpha(opacity=25);
		font-family:±¼¸²;font-size:9pt;
	}



	.btn
	{
		border: 0px; margin: 0; padding: 0;
		cursor:hand;
	}

	.select
	{
		font-family:±¼¸²,µ¸¿ò,seoul,verdana,arial;font-size:9pt;color:#000000;line-height:1.5;word-break:break-all;word-wrap: break-word;
	}

	.v_out {position:relative;left:0px;top:0px;border:1px solid #c0c0c0;background-color:#FFFFFF;}
	.v_in {position:absolute;left:-1px;top:-1px;}

	.btn_over{
		border: 1px solid #666666;
		cursor:hand;
	}
	.btn_pressd{
		border: 1px solid #666666;
		background-color: #C0C0C0;
		cursor:hand;
	}
