.btn_blu:focus,.btn_blu_n:focus {
  outline: 0;
}

.btn_blu,.btn_blu_n {
 background-color:#2B83B5;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.01, #1CC3E8),
 color-stop(1, #2B83B5) );
 background:-moz-linear-gradient( center top, #1CC3E8 1%, #2B83B5 100% );
 background: linear-gradient(top, #1CC3E8, #2B83B5);
 background-image: -ms-linear-gradient(top, #1CC3E8 1%, #2B83B5 100%);
}

.btn_blu,.btn_blu_n  {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 border:1px solid #46A4D4;
 color: #FFFFFF;
 xborder-style:none;
 xdisplay:inline-block;
 font-stretch: condensed;
 font-family: verdana;
 font-weight: 600;
 letter-spacing: 0.03em;
 padding:3px 7px 4px 7px;
 line-height: 16px;
 cursor:pointer;
 box-shadow:
  inset 0 0 0 1px #DFEEF6,
  1px 1px 3px 0.5px #BBBBBB;
}

.btn_13,.btn_13_n  {
  font-size: 13px;
}

.btn_15,.btn_15_n  {
  font-size: 15px;
}

.btn_16,.btn_16_n  {
  font-size: 16px;
  padding:2px 16px 4px 16px;
}

.btn_blu_n {
 font-stretch: normal;
}

.btn_blu:hover,.btn_blu_n:hover {
font-style: italic;
 color: #70FA75;
 background-color:#999999;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.01, #61B2DB),
 color-stop(1, #03496D) );
 background:-moz-linear-gradient( center top, #61B2DB 1%, #03496D 100% );
 background: linear-gradient(top, #61B2DB, #0686C7);
 background-image: -ms-linear-gradient(top, #61B2DB 1%, #03496D 100%);
 box-shadow:
   inset 0 0 0 1px #DFEEF6,
   1px 1px 3px 0.5px #AAAAAA;
}

.btn_blu:active,.btn_blu_n:active {
 border:1px solid #444444;
 xborder-style:none;
 color: #70FA75;
 background-color:#444444;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444),
 color-stop(1, #444444) );
 background:-moz-linear-gradient( center top, #444444 5%, #444444 100% );
 background: linear-gradient(top, #444444, #444444);
 background-image: -ms-linear-gradient(top, #444444 5%, #444444 100%);
 box-shadow:
   inset 0 0 0 1px #FFFFFF,
   1px 1px 3px 0.5px #AAAAAA;
}

.btn_thmbs {
  background-image: url(/pix/thumbs_w.gif);
  background-position:right center;
  background-repeat:repeat-x;
}

.btn_thmbs:hover, a.btn_thmbs:hover {
  background-image: url(/pix/thumbs_g.gif);
  background-position:right center;
  background-repeat:repeat-x;
}


.btn_thmbs:active, a.btn_thmbs:active {
  background-image: url(/pix/thumbs_b.gif);
  background-position:right center;
  background-repeat:repeat-x;
}
