
  input[type="password"] {
    font-family: sans-serif;
    color: #aaa !important;
  }
  #way-header-wrap.way-header {
    display: none !important;
  }
  .ribbon {
    display: none !important;
  }
  .social-icon {
    background-image: url(../img/2013/social-icons-1x.png);
  }
  .social-icon:hover {
    background-image: url(../img/2013/social-icons-blue-1x.png);
  }
  span.quantity select {
    padding: 0 0 0 5px !important;
    float: left !important;
    font-size: 12px !important;
  }
  #select-box-wrap.select-box-domreg-footer {
    margin-top: -65px;
    margin-right: 7px;
  }
  .select-box-domreg {
    margin-left: -102px !important;
  }
  body {
    /* IE8*/
    -ms-filter: &quot;
    progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2013/bg-signup-4.jpg', sizingMethod='scale')&quot;
    ;
    /* Pre IE8*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2013/bg-signup-4.jpg', sizingMethod='scale');
  }
  #select-box-newuser .icon-down-open-big:before, #select-box-wrap .icon-down-open-big:before, #select-box-footer .icon-down-open-big:before {
    display: none !important;
  }
  
  #outdated {
    position: fixed; top: 0; left: 0; width: 100%; height: 170px;
      text-align: center; text-transform: uppercase; z-index:1500;
      background-color: #f25648; color: #ffffff !important;
  }
  #outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px; padding-top: 20px;}
  #outdated p{font-size: 12px; line-height: 12px; margin: 0;}
  #outdated #btnUpdateBrowser{
      display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
      color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
  }
  #outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
  #outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
  #outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
  #outdated #btnCloseUpdateBrowser{
      display: block; position: relative; width: 100%; height: 100%;
      text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
  }