* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: Verdana, sans-serif;
}

a {
  display: block;
}

.clicktag {
  cursor: pointer;
  margin: 0 auto;
  z-index: 999;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 105px;
  border: 1px solid #666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: auto;
}

h2.headline {
  font-size: 12px;
  color: #005ea8;
  position: absolute;
  top: 5px;
  left: 10px;
}

.stoerer {
  position: absolute;
  top: 32px;
  left: 11px;
}

.container-box {
  position: absolute;
  width: 65%;
  top: 24px;
  right: 7px;
}

.container-box-inner {
  box-sizing: border-box;
  float: left;
}
.container-box-inner:first-child {
  padding-right: 8px;
  width: 40%;
}
.container-box-inner:last-child {
    width: 60%;
}

.container-box-inner input {
  width: 100%;
  border: 1px solid #d4d4d4;
  height: 14px;
  outline: none;
}
.container-box-inner label {
  color: #005ea8;
  font-size: 10px;
  font-weight: bold;
}

.container-box-inner select {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 18px;
  outline: none;
}

.tuev {
  position: absolute;
  right: 124px;
  bottom: 6px;
}

.btn {
  background: #1980d0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: 7px;
  font-family: Arial, sans-serif;
  padding: 5px 12px 6px 10px;
  cursor: pointer;
  border: 0;
}