.top-hot-news {
  min-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-hot-news span {
  font-weight: bold;
  text-transform: uppercase;
  color: #1F5272;
}

.top-hot-news .next {
  position: relative;
  top: -1px;
}

.top-hot-news .back {
  position: relative;
  top: -1px;
}

.top-hot-news a {
  position: relative;
  cursor: pointer;
}

.top-calendar {
  min-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-calendar span {

}

.login-header {
  background-color: #F5F5F5;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 10px;
  margin-bottom: 30px;
}

.login-header span {
  font-weight: bold;
  color: #1F5172;
}

.login-note {height: 25px}
.login-note span {font-weight: bold;}



.login-left {width: 34%; text-align: right; padding-right: 5px; margin-bottom: 10px;}
.login-left span {position: relative; top: 5px;}
.login-right {width: 65%; text-align: left; margin-bottom: 10px;}
.login-right input {
  width: 60%;
  border: solid 1px #CCCCCC;
  padding: 5px;
}

.login-button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.register-link span {
  position: relative;
  top: 1px;
}

.register-link a {
  position: relative;
  top: 1px;
}