.btn { cursor: pointer; display: inline-block; vertical-align: middle; }
.btn.txtBtn { position: relative; display: inline-block; min-width: 138px; height: 32px; line-height: 32px; padding: 0 10px; border: 1px solid #3b3b3b; color: white;  text-align: center; vertical-align: middle; font-size: 14px; font-weight: 600; letter-spacing: 1px; cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 16px rgba(59,59,59,0.5) inset, 0 2px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 16px rgba(59,59,59,0.5) inset, 0 2px 4px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 16px rgba(59,59,59,0.5) inset, 0 2px 4px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 16px rgba(59,59,59,0.5) inset, 0 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0 0 16px rgba(59,59,59,0.5) inset, 0 2px 4px rgba(0,0,0,0.5);
  background: rgb(59,59,59); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(59,59,59,1) 0%, rgba(37,37,37,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,59,59,1)), color-stop(100%,rgba(37,37,37,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(37,37,37,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(37,37,37,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(37,37,37,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(59,59,59,1) 0%,rgba(37,37,37,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}
.btn.txtBtn:after { float: right; display: inline-block; width: 8px; margin-left: 5px; background: url('/imgs/arrow_transp.png') no-repeat center center; vertical-align: middle; content: ' >'; text-indent: -4000px; overflow: hidden; }
.btn.txtBtn:hover { background: #3b3b3b; }