.ie8 .table-striped tr td, .ie8 .table-bordered tr td {
  background-color: #F9F9F9; }
.ie8 input,
.ie8 textarea,
.ie8 select,
.ie8 .uneditable-input {
  height: auto;
  padding: 3px 2px 3px 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .ie8 input#SearchAddressText,
  .ie8 textarea#SearchAddressText,
  .ie8 select#SearchAddressText,
  .ie8 .uneditable-input#SearchAddressText {
    vertical-align: baseline; }
.ie8 input[type='checkbox'] {
  margin-top: 0; }
.ie8 label.checkbox {
  line-height: 18px; }
.ie8 .btn-success {
  border-bottom-color: #51a351; }
.ie8 .btn-primary {
  border-bottom-color: #0044cc; }
.ie8 .btn-info {
  border-bottom-color: #2f96b4; }
.ie8 .btn-danger {
  border-bottom-color: #bd362f; }
.ie8 .btn-warning {
  border-bottom-color: #f89406; }
.ie8 .btn-inverse {
  border-bottom-color: #262626; }
.ie8 .btn-addnew {
  border-bottom-color: #8342a8; }
.ie8 input.btn {
  padding-top: 5px;
  padding-bottom: 5px; }
