/* button css */
/* Button Reset */
.button,
.button a,
.button button,
.button input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:NanumGothic, Sans-serif; white-space:nowrap; background:url(/_madm/_css/buttonWhite.gif) no-repeat; overflow:visible; color:#333;}
.button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.button a,
.button button,
.button input{ left:2px; vertical-align:top; cursor:pointer;}

/* Button Size */
.button.large { height:29px; background-position:left -30px; }
.button.xLarge { height:35px; background-position:left -65px; }
.button.small { height:18px; background-position:left -107px; }
.button a,
.button button,
.button input { padding:0 10px 0 8px; font-size:12px; background-position:right top;}
.button.large a,
.button.large button,
.button.large input { height:30px; padding:0 10px 0 8px; font-size:14px; line-height:29px; background-position:right -30px;}
.button.xLarge a,
.button.xLarge button,
.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:14px; line-height:35px; background-position:right -65px;}
.button.small a,
.button.small button,
.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}
.button.green,
.button.green a,
.button.green button,
.button.green input { color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}
.button.black,
.button.black a,
.button.black button,
.button.black input {}
.button.black *:hover,
.button.black *:active,
.button.black *:focus{ color:#252525;}
.button.red,
.button.red a,
.button.red button,
.button.red input {color:#fff;}
.button.red *:hover,
.button.red *:active,
.button.red *:focus{ color:#ff0;}
.button.blue,
.button.blue a,
.button.blue button,
.button.blue input {color:#fff;}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{ color:#ff0;}

.button.white,
.button.white a,
.button.white button,
.button.white input { color:#2a2a2a;}
.button.white *:hover,
.button.white *:active,
.button.white *:focus{ color:#14907a;}

.button.Teal,
.button.Teal a,
.button.Teal button,
.button.Teal input { background-image:url(/css/images/buttonTeal.gif); color:#f9f9f9;}
.button.Teal *:hover,
.button.Teal *:active,
.button.Teal *:focus{ color:#ff0;}

.button.gray,
.button.gray a,
.button.gray button,
.button.gray input { background-image:url(/css/images/buttonGray.gif); color:#ffffff;}
.button.gray *:hover,
.button.gray *:active,
.button.gray *:focus{ color:#fff;}

.button.orange,
.button.orange a,
.button.orange button,
.button.orange input { background-image:url(/css/images/buttonOrange.gif); color:#ffffff;}
.button.orange *:hover,
.button.orange *:active,
.button.orange *:focus{ color:#ff0;}


.btn_white{border: 1px solid #969696;padding: 6px 13px;}
.btn_white2{border: 1px solid #ccc;padding: 6px 13px;}