.btn { font: 12px Arial, Helvetica, sans-serif !important; }
.btn { font: 11px Arial, Helvetica, sans-serif !important; }

/* Core */
.button-act,
.button-proceed
{display:block;cursor:pointer;text-decoration:none;}

.button-act .left,
.button-proceed .left
{float:left;display:block;width:5px;height:25px;line-height:100% !important;}

.button-act .main,
.button-proceed .main
{font-family:Arial, sans-serif;font-size:12px;font-weight:bold;float:left;display:block;text-decoration:none;height:19px;padding:6px 8px 0 8px;}

html>.button-act .main,
html>.button-proceed .main,
{*padding:3px 8px;} /* IE 7 only */

.button-act:hover,
.button-proceed:hover
{text-decoration:none !important;}

.button-act .right,
.button-proceed .right
{float:left;display:block;width:5px;height:25px;}

.horNavAdj {margin-top:-10px !important;float:right;}
html>body .horNavAdj {*margin-top:0 !important;float:right;} /* IE 7 only */

/* Button-Specific */
.button-act .left
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -60px -375px;}

.button-act .main
{color:#0033CC;background:transparent url(/image/sprite_btn.gif) no-repeat scroll 0 -173px;}

.button-act .right
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -65px -375px;}

.button-proceed .left
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -30px -375px;}

.button-proceed .main
{color:#994800;background:transparent url(/image/sprite_btn.gif) no-repeat scroll 0px -37px;}

.button-proceed .right
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -35px -375px;}

.button-proceed:hover .left
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -40px -375px;}

.button-proceed:hover .main
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll 0px -62px;}

.button-proceed:hover .right
{background:transparent url(/image/sprite_btn.gif) no-repeat scroll -45px -375px;}