﻿/*
    2013/09/18　(弘儒) （淘）13-0820-002	儲值增加個資同意功能&行動版儲值排版 新增按鈕btn_personal
  2012/11/28  (雅筠)  修改btn_sure_big兌幣鈕有手指頭，原本的大按鈕更名為btn_sure_big2。

/* ======================================================================================== */

/* GT平台的基本按鈕 */

button{overflow:visible;/*for ie6 寬度等比放寬 */border:none;white-space: nowrap;}
/*返回按鈕*/

button.btn_back{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/back_bg.gif) no-repeat left center #E1E1E1; 
height:22px;
font:13px/1.5em "新細明體", "細明體", Verdana; color:#333333;

}

/*下一步  →按鈕*/
button.btn_next{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/next_bg.gif) no-repeat left center #E1E1E1; 
height:22px;
font:13px/1.5em "新細明體", "細明體", Verdana; color:#333333;
}

/*上一步  ←按鈕*/
button.btn_pre{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/pre_bg.gif) no-repeat left center #E1E1E1; 
height:22px;
font:13px/1.5em "新細明體", "細明體", Verdana; color:#333333;
}

/*同意  V 打勾按鈕*/
button.btn_sure{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/sure_bg.gif) no-repeat left center #E1E1E1;
height:22px;
font:13px/1.5em  "新細明體", "細明體", Verdana; color:#333333;
}

/*確定同意  V 打勾按鈕 (動態手指)*/
button.btn_makesure{
background:none;
margin:0px;
padding:1px 5px 0px 38px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/makesure_bg.gif) no-repeat left center #E1E1E1;
height:22px;
font:13px/1.5em  "新細明體", "細明體", Verdana; color:#333333;}




/* 儲值簡化新增大按鈕有手紙頭 */
button.btn_sure_big{
background:none;
margin:0px;
padding:4px 10px 0px 56px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/sure_bg_big_Finger.gif) no-repeat left center #E1E1E1;
height:34px;
font:15px/1.7em  "新細明體", "細明體", Verdana; color:#333333;
}

/* 儲值簡化原本大按鈕 */
button.btn_sure_big2{
background:none;
margin:0px;
padding:4px 10px 0px 36px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/sure_bg_big.gif) no-repeat left center #E1E1E1;
height:34px;
font:15px/1.7em  "新細明體", "細明體", Verdana; color:#333333;
}

/* 新增個人資料保護政策使用的大按鈕 */
button.btn_next_personal{
background:none;
margin:0px;
padding:0 10px 0px 56px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/next_bg_personal.gif) no-repeat left center #E1E1E1;
height:45px;
font:13px/1.5em  "新細明體", "細明體", Verdana; color:#333333;
}

/* 新增個人資料保護政策使用的大按鈕 打勾版*/
button.btn_sure_personal{
background:none;
margin:0px;
padding:0 10px 0px 56px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/sure_bg_personal.gif) no-repeat left center #E1E1E1;
height:45px;
font:13px/1.5em  "新細明體", "細明體", Verdana; color:#333333;
}

/* 身份驗證新增的大按鈕 */
button.btn_confirm_big{
background:none;
margin:0px;
padding:4px 10px 0px 36px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/confirm_bg_big.gif) no-repeat left center #E1E1E1;
height:34px;
font:15px/1.7em  "新細明體", "細明體", Verdana; color:#333333;
}



/*確定 ○按鈕*/
button.btn_ture{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/ture_bg.gif) no-repeat left center #E1E1E1;
height:22px;
font:13px/1.5em  "新細明體", "細明體", Verdana; color:#333333;
}

/*不同意按鈕*/
button.btn_false{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/false_bg.gif) no-repeat left center #E1E1E1;
height:22px;
font:13px/1.5em "新細明體", "細明體", Verdana; color:#333333;
}

button.btn_vote{
background:none;
margin:0px;
padding:1px 5px 0px 25px;
cursor:pointer;
border:solid #333333 1px; 
background:url(/Graphics/Button/vote_bg.gif) no-repeat left center #E1E1E1;
height:22px;
font:13px/1.5em "新細明體", "細明體", Verdana; color:#333333;
}


