/**
 * @file	: _style/button.css
 * @author	: (ÁÖ)¾Æ¶÷¾¾¾Ø¾¾ - Á¶ÀÏÈ¯
 * @brief	: ¹öÆ° CSS ÆÄÀÏ
 **/

/* button */
button.img {
	width:auto;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	cursor: pointer;
	white-space: nowrap;
	background: transparent;
	outline: none;
	overflow: visible;
	vertical-align: middle;
}
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(/cube_board/skin/aramcnc/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(/cube_board/skin/aramcnc/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;
	line-height: 1;
}
/* 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(/cube_board/skin/aramcnc/img/butbg.gif) 100% 0px no-repeat;
	vertical-align: middle;
	text-decoration: none;
}
a.button span {
	display: inline-block;
	width:auto;
	height: 16px;
	margin: 0px 4px 0px 0px;
	padding: 4px 0px 0px 4px;
	font-family: "µ¸¿ò";
	color: #FFFFFF;
	text-align:left;
	background: transparent url(/cube_board/skin/aramcnc/img/butbg.gif) 0px 0px no-repeat;
	line-height: 1;
	text-decoration: none;
}

/* a button */



/* a Tab */
a.tab {
	display: inline-block;
	width:auto;
	height:20px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	background: transparent url(../images/tabBg.gif) 100% 0px no-repeat;
	vertical-align: middle;
	line-height: 1;
}
a.tab span {
	display: inline-block;
	width:auto;
	height: 17px;
	margin: 0px 4px 0px 0px;
	padding: 4px 0px 0px 4px;
	font-family: "µ¸¿ò";
	color: #414141;
	text-align:left;
	background: transparent url(../images/tabBg.gif) 0px 0px no-repeat;
}

/* a Tab */


