#appform select{
    height: 44px;
}

.posrel{
   position: relative;
}
.form-overlay{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    opacity: 0.7;
    display: none;
}
 .spinner{
    width: 44px;
    height: 44px;
    background-image: url("/applications/assets/images/spinner.gif");
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
     margin-left: auto;
     margin-right: auto;
     
  position:absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}

.form-message {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 8px 16px;
    display: none;
}
.tagcloud a, .entry-footer .tags-links a {
  padding: 5px;
}
.tagcloud ul li {
  margin: 6px 5px 0 0;
}
.greenframe {
  background: #fbfbe8;
  padding: 26px;
  font-size: 18px;
}