.cas_shib p {
  margin-top: 0;
}
.cas_shib ul {
  margin: 0;
  padding: 0 0 10px 15px;
}
.cas_shib hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background: rgba(0,0,0,0.2);
}
input.btn_cas,
input.btn_cas_ie5_5up,
input.btn_cas_nav6up {
  height: auto;
  width: 100%;
  padding: 5px 6px 6px 6px !important;
  white-space: normal;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), inset 0 0 0 1px rgba(255,255,255,0.2);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), inset 0 0 0 1px rgba(255,255,255,0.2);
}
.cas_shib input.btn_cas_student_ie5_5up,
.cas_shib input.btn_cas_student_nav6up {
  border-color: #d5560c;
  color: #000000;
  background: #F36E21;
  background: -moz-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f47e39),color-stop(100%,#e45b0c));
  background: -webkit-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -o-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -ms-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: linear-gradient(to bottom,#f47e39 0%,#e45b0c 100%);
}
.cas_shib input.btn_cas_manager,
.cas_shib input.btn_cas_manager_ie5_5up,
.cas_shib input.btn_cas_manager_nav6up {
  border-color: #d5560c;
  color: #000000;
  background: #F36E21;
  background: -moz-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f47e39),color-stop(100%,#e45b0c));
  background: -webkit-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -o-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: -ms-linear-gradient(top,#f47e39 0%,#e45b0c 100%);
  background: linear-gradient(to bottom,#f47e39 0%,#e45b0c 100%);
}
