.modal-window.btn{ margin-right:/*-10px;*/}
.r2{ padding:0px;}
body{ font-size:12px;}
input, select, textarea{ padding:2px 10px;}
#note { padding:5px; }
.modal-open .dropdown-menu { z-index: 2050;}
.modal-open .dropdown.open { *z-index: 2050;}
.modal-open .popover { z-index: 2060;}
.modal-open .tooltip {  z-index: 2070;}
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000;}
.modal-backdrop.fade { opacity: 0;}
.modal-backdrop,.modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80);}
.modal {  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in { top: 45% /*50%*/;}
.modal-header { padding: 2px 15px; /*EDITED 9PX 15PX*/ border-bottom: 1px solid #eee;}
.modal-header .close { margin-top: 2px;}
.modal-body { max-height: 404px; padding: 3px 15px 0px; overflow-y: auto;}
.modal-form { margin-bottom: 0;}
.modal-footer {
  padding: 14px 15px 14px; /* EDITED 14px 15px 15px */
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,.modal-footer:after { display: table; content: "";}
.modal-footer:after {clear: both;}
.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px;}
.modal-footer .btn-group .btn + .btn { margin-left: -1px;}
.hide { display: none;}
.fade { opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in { opacity: 1; filter: alpha(opacity=100);}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;  
  padding: 6px 10px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;    
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.60);
  vertical-align: middle;
  cursor: pointer;
  background-color: #5c40f4;
  *background-color: #5c40f4;
  background-image: -ms-linear-gradient(top, #5c40f4, #5c40f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c40f4), to(#5c40f4));
  background-image: -webkit-linear-gradient(top, #5c40f4, #5c40f4);
  background-image: -o-linear-gradient(top, #5c40f4, #5c40f4);
  background-image: linear-gradient(top, #5c40f4, #5c40f4);
  background-image: -moz-linear-gradient(top, #5c40f4, #5c40f4);

  background-repeat: repeat-x;
  border: 0px solid #cccccc;  
  *border: 0;
/*  
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
*/		  
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #F3241E;
  *background-color: #F3241E;
  color:#FFFFFF; text-shadow:none; 

  background-image: -ms-linear-gradient(top, #F3241E, #F3241E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3241E), to(#F3241E));
  background-image: -webkit-linear-gradient(top, #F3241E, #F3241E);
  background-image: -o-linear-gradient(top, #F3241E, #F3241E);
  background-image: linear-gradient(top, #F3241E, #F3241E);
  background-image: -moz-linear-gradient(top, #F3241E, #F3241E);
  border:0px;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

