.f12 {
    font-size: 12px;
}

#slider_bg1 {
    background: url(/img/slider_bg.png) no-repeat;
    width: 150px;
    height: 20px;
    left: 50px;
}
#slider_thumb1 {
    cursor: default;
    position: absolute;
}

#slider_bg2 {
    background: url(/img/slider_bg.png) no-repeat;
    width: 150px;
    height: 20px;
    left: 50px;
}
#slider_thumb2 {
    cursor: default;
    position: absolute;
}

#slider_bg3 {
    background: url(/img/slider_bg.png) no-repeat;
    width: 150px;
    height: 20px;
    left: 50px;
}
#slider_thumb3 {
    cursor: default;
    position: absolute;
}

#slider_bg4 {
    background: url(/img/slider_bg.png) no-repeat;
    width: 150px;
    height: 20px;
    left: 50px;
}
#slider_thumb4 {
    cursor: default;
    position: absolute;
}

#slider_bg5 {
    background: url(/img/slider_bg.png) no-repeat;
    width: 150px;
    height: 20px;
    left: 50px;
}
#slider_thumb5 {
    cursor: default;
    position: absolute;
}

input.email {
  width: 142px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 2px;
  IME-MODE:disabled;
}