#switchPopup {
  width: 900px;
  background-color: #FFFFFF;
  z-index: 1001;
  color: #000000;
  border-radius: 10px;
}

#switchPopup > .header {
  position: relative;
  float: left;
  height: 115px;
  background-color: #67A238;
  width: 890px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  padding-bottom: 0px;
}

#switchPopup > .header > .logo {
  position: absolute;
  left: 15px;
  top: 2px;
}

#switchPopup > .header > .text {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 400px;
  color: #142D5B;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}

#switchPopup > .map {
  position: relative;
  float: left;
  width: 450px;
  height: 370px;
  text-align: center;
}

#switchPopup > .map > img {
  margin-top: 40px;
}

#switchPopup > .info {
  position: relative;
  float: left;
  width: 430px;
  background-color: #FFFFFF;
  height: 350px;
  padding: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 13px;
}

#switchPopup > .info > ul {
  list-style-type: square;
  color: #C0C0C0;
  padding-left: 25px;
}

#switchPopup > .info li {
  list-style-type: square;
  color: #000000;
  font-weight: normal;
  margin-bottom: 5px;
}

#switchPopup > .bottom {
  position: relative;
  float: left;
  width: 900px;
}

#switchPopup > .bottom > .links {
  position: relative;
  float: left;
  width: 430px;
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
}

#switchPopup > .bottom a {
  text-decoration: none;
  color: #142D5B;
  font-weight: bold;
}