
/* Button Size = medium | large | xLarge | small */
.buttonbox.medium, .buttonbox.medium *{ height:24px; line-height:24px;}
.buttonbox.large, .buttonbox.large *{ height:30px; line-height:30px;}
.buttonbox.xLarge, .buttonbox.xLarge *{ height:36px; line-height:36px;}
.buttonbox.small, .buttonbox.small *{ height:19px; line-height:19px;}
.buttonbox.medium { background-position:left 0;}
.buttonbox.large { background-position:left -30px;}
.buttonbox.xLarge { background-position:left -65px;}
.buttonbox.small { background-position:left -106px;}
.buttonbox.medium *{ padding:2px 10px 0 4px; font-size:12px; background-position:right top;}
.buttonbox.large *{ padding:2px 10px 0 4px; font-size:16px; background-position:right -30px;}
.buttonbox.xLarge *{ padding:2px 10px 0 4px; font-size:20px; background-position:right -65px;}
.buttonbox.small *{ padding:2px 6px 0 0; font-size:11px; background-position:right -106px;}

/* Button Hover */
.buttonbox *:hover,
.buttonbox *:active,
.buttonbox *:focus{ color:#690;}

/* Button Strong */
.buttonbox.strong *{ font-weight:bold !important;}

/* Button Icon Variation */
.buttonbox.icon *{ padding-left:20px;}
.buttonbox.small.icon *{ padding-left:16px;}
.buttonbox.icon span{ width:20px; margin-right:-20px; padding:0 !important;}
.buttonbox.medium .check{ background-position:4px -150px;}
.buttonbox.large .check{ background-position:4px -146px;}
.buttonbox.xLarge .check{ background-position:5px -144px;}
.buttonbox.small .check{ background-position:3px -153px;}
.buttonbox.medium .add{ background-position:-16px -150px;}
.buttonbox.large .add{ background-position:-14px -146px;}
.buttonbox.xLarge .add{ background-position:-14px -144px;}
.buttonbox.small .add{ background-position:-18px -153px;}
.buttonbox.medium .delete{ background-position:-34px -150px;}
.buttonbox.large .delete{ background-position:-34px -146px;}
.buttonbox.xLarge .delete{ background-position:-34px -144px;}
.buttonbox.small .delete{ background-position:-37px -153px;}
.buttonbox.medium .calendar{ background-position:-56px -150px;}
.buttonbox.large .calendar{ background-position:-56px -146px;}
.buttonbox.xLarge .calendar{ background-position:-56px -144px;}
.buttonbox.small .calendar{ background-position:-59px -153px;}
.buttonbox.medium .refresh{ background-position:-76px -150px;}
.buttonbox.large .refresh{ background-position:-76px -146px;}
.buttonbox.xLarge .refresh{ background-position:-76px -144px;}
.buttonbox.small .refresh{ background-position:-79px -153px;}


a.NaBtnG { height:19px; display:inline-block; padding:0 10px; font:11px 'µ¸¿ò'; color:#FFF; letter-spacing:-1px; line-height:19px; background:#8D8D8D; border:1px solid #BCBCBC }
a.NaBtnG:hover { color:#FFF; background:#6B6B6B; text-decoration:none }
.NaBtnG_t{color:#ffffff}
a.NaBtnB { height:19px; display:inline-block; padding:0 10px; font:11px 'µ¸¿ò'; color:#FFF; letter-spacing:-1px; line-height:19px; background:#1369B4; border:1px solid #0E4f88 }
a.NaBtnB:hover { color:#FFF; background:#155196; text-decoration:none }
.aBtnB_t{color:#ffffff}
a.aBtnG { height:25px; display:inline-block; padding:0 10px; font:bold 12px tahoma; color:#FFF; letter-spacing:-1px; line-height:25px; background:#8D8D8D; border:1px solid #BCBCBC }
a.aBtnG:hover { color:#FFF; background:#6B6B6B; text-decoration:none }
.aBtnG_t{color:#ffffff}
a.aBtnB { height:25px; display:inline-block; padding:0 10px; font:bold 12px tahoma; color:#FFF; letter-spacing:-1px; line-height:25px; background:#1369B4; border:1px solid #0E4f88 }
a.aBtnB:hover { color:#FFF; background:#155196; text-decoration:none }
.aBtnB_t{color:#ffffff}


a.NaBtnBs {height:19px; display:inline-block; padding:0 10px; font:11px 'µ¸¿ò'; color:#FFF; line-height:19px; background:#1369B4; border:1px solid #0E4f88;font-weight:normal}
a.NaBtnBs:hover { color:#FFF; background:#155196; text-decoration:none }
.NaBtnBs_t{color:#ffffff}

a.aBtnGs { height:19px; display:inline-block; padding:0 10px; font:11px 'µ¸¿ò'; color:#FFF; letter-spacing:-1px; line-height:19px; background:#8D8D8D; border:1px solid #BCBCBC }
a.aBtnGs:hover { color:#FFF; background:#6B6B6B; text-decoration:none }
.aBtnGs_t{color:#ffffff}

/* Button Reset */

.webzbutton button{font-size:12px;font-family:'µ¸¿ò'}

.webzbutton,
.webzbutton a,
.webzbutton button,
.webzbutton input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:'µ¸¿ò',Tahoma, Sans-serif; white-space:nowrap; background:url(../image/button/buttonWhite.gif) no-repeat; overflow:visible; color:#333;}
.webzbutton { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.webzbutton a,
.webzbutton button,
.webzbutton input{ left:2px; vertical-align:top; cursor:pointer;}

/* Button Size */
.webzbutton.large { height:29px; background-position:left -30px; }
.webzbutton.xLarge { height:35px; background-position:left -65px; }
.webzbutton.small { height:18px; background-position:left -107px; }
.webzbutton a,
.webzbutton button,
.webzbutton input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.webzbutton.large a,
.webzbutton.large button,
.webzbutton.large input { height:30px; padding:0 10px 0 8px; font-size:14px; line-height:29px; background-position:right -30px;}
.webzbutton.xLarge a,
.webzbutton.xLarge button,
.webzbutton.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.webzbutton.small a,
.webzbutton.small button,
.webzbutton.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}


/* Button Text Color */
.webzbutton *:hover,
.webzbutton *:active,
.webzbutton *:focus{ color:#690;}
.webzbutton.green,
.webzbutton.green a,
.webzbutton.green button,
.webzbutton.green input { background-image:url(../image/button/buttonGreen.gif); color:#fff;}
.webzbutton.green *:hover,
.webzbutton.green *:active,
.webzbutton.green *:focus{ color:#ff0;}
.webzbutton.black,
.webzbutton.black a,
.webzbutton.black button,
.webzbutton.black input { background-image:url(../image/button/buttonBlack.gif); color:#fff;}
.webzbutton.black *:hover,
.webzbutton.black *:active,
.webzbutton.black *:focus{ color:#ff0;}
.webzbutton.red,
.webzbutton.red a,
.webzbutton.red button,
.webzbutton.red input { background-image:url(../image/button/buttonRed.gif); color:#fff;}
.webzbutton.red *:hover,
.webzbutton.red *:active,
.webzbutton.red *:focus{ color:#ff0;}
.webzbutton.blue,
.webzbutton.blue a,
.webzbutton.blue button,
.webzbutton.blue input { background-image:url(../image/button/buttonBlue.gif); color:#fff;}
.webzbutton.blue *:hover,
.webzbutton.blue *:active,
.webzbutton.blue *:focus{ color:#ff0;}

/* Button Text Strong */
.webzbutton.strong * { font-weight:bold !important;}

.point_add_table th{border-top:solid 1px #333333;border-bottom:solid 1px #333333;background:#666666;color:#ffffff;text-align:center;padding:4px;}
.point_add_table input {border:solid 1px #000000;padding:4px;}
.point_add_table select {border:solid 1px #000000;padding:4px;}

/* ÆùÆ®¼³Á¤ */
.webz_table_t3{position:relative;font-size:12px; font-family:'µ¸À½Ã¼','dotum'}
.webz_table_t3 h3{font-size:1.69em;margin-bottom:0.75em;color:#323232;letter-spacing:-0.05em;}
.webz_table_t3 .tblWrap{width:100%;overflow:hidden;}
.webz_table_t3 table{font-size:12px;letter-spacing:-0.05em;border-top:3px solid #37315d;border-bottom:2px solid #e2e2e2;border-spacing:0;border-collapse:collapse; line-height:18px;}
.webz_table_t3 thead tr:first-child th{border-top:0;}
.webz_table_t3 th,
.webz_table_t3 td{padding:10px 0;font-weight:400;text-align:center;border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.webz_table_t3 thead tr:first-child th:first-child ,
.webz_table_t3 td.ty3{border-left:0;}
.webz_table_t3 th{background:#f4f4f4;}
.webz_table_t3 th.ty1{background:#f4efe4;}
.webz_table_t3 td.ty1{background:#fcf5e9;}
.webz_table_t3 td.ty2{color:#005c9a;}
.webz_table_t3 td.ty3{color:#e72744;font-weight:bold}
.webz_table_t3 td.ty4{color:#e72744;}
.webz_table_t3 td.left{text-align:left;}


/* ÆùÆ®¼³Á¤ */
.webz_table_t4{position:relative;font-size:12px; font-family:'µ¸À½Ã¼','dotum'}
.webz_table_t4 h3{font-size:1.69em;margin-bottom:0.75em;color:#323232;letter-spacing:-0.05em;}
.webz_table_t4 .tblWrap{width:100%;overflow:hidden;}
.webz_table_t4 table{font-size:12px;width:90% !important;letter-spacing:-0.05em;border-top:3px solid #82aa00;border-bottom:2px solid #82aa00;border-spacing:0;border-collapse:collapse; line-height:18px;}
.webz_table_t4 thead tr:first-child th{border-top:0;}
.webz_table_t4 th,
.webz_table_t4 td{padding:10px 0;font-weight:400;text-align:center;border-top:1px solid #82ae00;border-left:1px solid #82ae00;}
.webz_table_t4 thead tr:first-child th:first-child ,
.webz_table_t4 td.ty3{border-left:0;}
.webz_table_t4 th{background:#82de00;}
.webz_table_t4 th.ty1{background:#bafe00;}
.webz_table_t4 td.ty1{background:#bafe00;}
.webz_table_t4 td.ty2{color:#005c9a;}
.webz_table_t4 td.ty3{color:#e72744;font-weight:bold}
.webz_table_t4 td.ty4{color:#e72744;}
.webz_table_t4 td.left{text-align:left;}


/* ÆùÆ®¼³Á¤ */
.webz_table_t5{position:relative;font-size:12px; font-family:'µ¸À½Ã¼','dotum'}
.webz_table_t5 h3{font-size:1.69em;margin-bottom:0.75em;color:#323232;letter-spacing:-0.05em;}
.webz_table_t5 .tblWrap{width:100%;overflow:hidden;}
.webz_table_t5 table{font-size:12px;width:90% !important;letter-spacing:-0.05em;border-top:3px solid #0e2039;border-bottom:2px solid #0e2039;border-spacing:0;border-collapse:collapse; line-height:18px;}
.webz_table_t5 thead tr:first-child th{border-top:0;}
.webz_table_t5 th,
.webz_table_t5 td{padding:10px;font-weight:400;text-align:center;border-top:1px solid #24426f;border-left:1px solid #24426f;}
.webz_table_t5 thead tr:first-child th:first-child ,
.webz_table_t5 td.ty3{border-left:0;}
.webz_table_t5 th{background:#1b3254;color:#ffffff;}
.webz_table_t5 th.ty1{background:#667b9b;}
.webz_table_t5 td.ty1{background:#667b9b;}
.webz_table_t5 td.ty2{color:#005c9a;}
.webz_table_t5 td.ty3{color:#ffffff;font-weight:bold}
.webz_table_t5 td.ty4{color:#e72744;}
.webz_table_t5 td.textleft{text-align:left;}

.cls {clear:both;}

/* ¹öÆ°01 no Btn ÅÂ±×*/
.WebzBtndiv {margin:10px;float:left;}

.WebzBtn01 {padding:10px 10px 8px 10px;display:block;background-color:#000000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn01:hover {padding:10px 10px 8px 10px;display:block;background-color:#343434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}

/* ¹öÆ°02 no Btn ÅÂ±×*/

.WebzBtn02 {padding:10px 10px 8px 10px;display:block;background-color:#ff0000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn02:hover {padding:10px 10px 8px 10px;display:block;background-color:#ff3434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}

/* ¹öÆ°03 no Btn ÅÂ±×*/

.WebzBtn03 {padding:10px 10px 8px 10px;display:block;background-color:#ffff00;color:#000000;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn03:hover {padding:10px 10px 8px 10px;display:block;background-color:#ffff65;color:#000000;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}

/* ¹öÆ°04 no Btn ÅÂ±×*/

.WebzBtn04 {padding:10px 10px 8px 10px;display:block;background-color:#444787;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn04:hover {padding:10px 10px 8px 10px;display:block;background-color:#4F5499;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}


/* ¹öÆ°05 no Btn ÅÂ±×*/

.WebzBtn05 {padding:10px 10px 8px 10px;display:block;background-color:#FF9B24;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn05:hover {padding:10px 10px 8px 10px;display:block;background-color:#FFac48;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}

/* ¹öÆ°06 no Btn ÅÂ±×*/

.WebzBtn06 {padding:10px 10px 8px 10px;display:block;background-color:#339933;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn06:hover {padding:10px 10px 8px 10px;display:block;background-color:#33aa66;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}


.WebzBtn01_s {float:right;padding:5px 5px 4px 5px;display:block;background-color:#000000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;cursor:pointer;}
.WebzBtn01_s:hover {float:right;padding:5px 5px 4px 5px;display:block;background-color:#343434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;}

/* ¹öÆ°02 no Btn ÅÂ±×*/

.WebzBtn02_s {float:right;padding:5px 5px 4px 5px;display:block;background-color:#ff0000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;cursor:pointer;}
.WebzBtn02_s:hover {float:right;padding:5px 5px 4px 5px;display:block;background-color:#ff3434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;}


.WebzBtn01_s2 {float:right;padding:5px 5px 4px 5px;display:block;background-color:#000000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:60px;text-align:center;cursor:pointer;}
.WebzBtn01_s2:hover {float:right;padding:5px 5px 4px 5px;display:block;background-color:#343434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:60px;text-align:center;}

.BWebzBtn01_s {padding:5px 5px 4px 5px;display:block;background-color:#000000;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;cursor:pointer;inline:block;}
.BWebzBtn01_s:hover {padding:5px 5px 4px 5px;display:block;background-color:#343434;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:130px;text-align:center;inline:block}

.WebzBtn04_s2 {padding:5px 5px 4px 5px;display:block;background-color:#444787;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;cursor:pointer;}
.WebzBtn04_s2:hover {padding:5px 5px 4px 5px;display:block;background-color:#4F5499;color:#ffffff;font-weight:bold;font-size:12px;font-family:'³ª´®°íµñ','µ¸¿ò';width:100px;text-align:center;}
.base_table td{font-size:12px;}


.WebzBtn01_l {padding:10px 10px 8px 10px;display:block;background-color:#000000;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn01_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#343434;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}

/* ¹öÆ°02 no Btn ÅÂ±×*/

.WebzBtn02_l {padding:10px 10px 8px 10px;display:block;background-color:#ff0000;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn02_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#ff3434;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}

/* ¹öÆ°03 no Btn ÅÂ±×*/

.WebzBtn03_l {padding:10px 10px 8px 10px;display:block;background-color:#ffff00;color:#000000;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn03_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#ffff65;color:#000000;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}

/* ¹öÆ°04 no Btn ÅÂ±×*/

.WebzBtn04_l {padding:10px 10px 8px 10px;display:block;background-color:#444787;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn04_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#4F5499;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}


/* ¹öÆ°05 no Btn ÅÂ±×*/

.WebzBtn05_l {padding:10px 10px 8px 10px;display:block;background-color:#FF9B24;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn05_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#FFac48;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}

/* ¹öÆ°06 no Btn ÅÂ±×*/

.WebzBtn06_l {padding:10px 10px 8px 10px;display:block;background-color:#339933;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;cursor:pointer;}
.WebzBtn06_l:hover {padding:10px 10px 8px 10px;display:block;background-color:#33aa66;color:#ffffff;font-weight:normal;font-size:18px;font-family:'³ª´®°íµñ','µ¸¿ò';text-align:center;}


a.blue_st{background-color: #007af3;border: none;color: #fff;text-align: center;font-size: 20px;height: 34px;border-radius:5px; line-height: 2.3em; width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
a.blue_st span {cursor: pointer;display: inline-block;position: relative;transition: 0.5s;}
a.blue_st span:after {content: '';position: absolute;opacity: 0;top: 20px;right: -20px;transition: 0.5s;background:url('/images/page/common/button_arr.png')no-repeat 0 0;width:18px;height:8px;display: inline-block;}
a.blue_st:hover span {padding-right: 35px;}
a.blue_st:hover span:after {opacity: 1;right: 0;}

a.defult_st{background-color: #007af3;border: none;color: #fff;text-align: center;font-size: 20px;height: 34px;border-radius:5px; line-height: 2.3em;width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
a.defult_st:hover { background:#005df6; }
a.graydefult_st{background-color: #adb2b8;border: none;color: #fff;text-align: center;font-size: 20px;height: 34px;border-radius:5px; line-height: 2.3em;width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
a.graydefult_st:hover { background:#979aa0;color: #fff; }
a.btn_bluegray{background-color: #5e8ebe;border: none;color: #fff;text-align: center;font-size:15px;height: 40px;line-height: 2.6em;width:192px;transition: all 0.3s;cursor: pointer;display: inline-block;}
a.btn_bluegray:hover { background:#46739f; }
a.btn_line{background:#fff;color:#007af3;height: 40px;line-height: 2.6em;width:100px;margin-left:10px;border:1px solid #007af3;font-size:14px;transition: all 0.3s;display:inline-block}
a.btn_line{background:#fff;color:#007af3;height: 35px;line-height: 2.3em;width:100px;margin-left:10px;border:1px solid #007af3;font-size:14px;transition: all 0.3s;display:inline-block}
a.btn_line:hover{background:#007af3;color:#fff;}

.btn_blue{background-color: #007af3;border: none;color: #fff;font-weight:bold;text-align: center;font-size: 12px;height: 34px;border-radius:4px; line-height: 36px; width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
.btn_blue:hover {opacity: 0.9;text-decoration:none}

.btn_blue_outline{background-color: #ffffff;border: solid 1px #007af3;color: #007af3;font-weight:bold;text-align: center;font-size: 12px;height: 34px;border-radius:4px; line-height: 36px; width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
.btn_blue_outline:hover {opacity: 0.9;text-decoration:none}


.btn_dark{background-color: #333333;border: none;color: #fff;font-weight:bold;text-align: center;font-size: 12px;height: 34px;border-radius:4px; line-height: 36px; width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
.btn_dark:hover {opacity: 0.9;text-decoration:none}

.btn_dark_outline{background-color: #ffffff;border: solid 1px #333333;color: #333333;font-weight:bold;text-align: center;font-size: 12px;height: 34px;border-radius:4px; line-height: 36px; width: 111px;transition: all 0.3s;cursor: pointer;display: inline-block;}
.btn_dark_outline:hover {opacity: 0.9;text-decoration:none}

.btnauto{width:auto !important;padding-left:20px;padding-right:20px;}