#button { position:relative; top:0px; font: 11px/12px "Verdana", "Lucida Grande", "Bitstream Vera Sans", "Sans"; color:white; display:inline; display:inline-block; z-index:0; cursor:default; width:119px;}
#button .l,
#button .r { position:absolute; top:0px; width:50%; height:30px; overflow:hidden; z-index:-1; }
#button .l { left:0px; }
#button .r { left:50%; }
#button .l .p,
#button .r .p { position:absolute; z-index:-1; top:0px; height:30px; width:100%; background:url(/assets/client/Image/master_template/mt_btn_24px_dark.png) left top no-repeat; }
#button .l .p { left:0px; }
#button .r .p { right:0px; background-position:right top; }
#button .button-label { position:relative; top:6px; font: 11px/12px!important; padding:3px 20px 4px; white-space:nowrap; display:inline; }

#button,
#button a,
#button a:link,
#button a:active,
#button a:visited { font-weight:normal; color:rgb(200,200,200)!important; cursor:hand; cursor:pointer; text-decoration:none!important; outline:none; }
#button *:hover,
#button a:hover { color:rgb(183,170,127)!important; }

