.btnfeedback {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color:#77b55a;
    border-radius:4px;
    border:1px solid #4b8f29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #5b8a3c;
}
.btnfeedback:hover {
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    background-color:#72b352;
}
.btnfeedback:active {
    position:relative;
    top:1px;
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal_fb {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_fb-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 700px; /* Full width */
  height: 400px; /* Full height */

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close_fb {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_fb:hover,
.close_fb:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal_fb-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal_fb-body {
  padding: 12px 16px;
  height: 245px;
  background-color: gray;
}

.modal_fb-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.wt {
    color       : #ffffff;
    width       : 130px;
    font-size   : 13px;
    font-weight : bold;
}

.bl {
    color: 92A8B6;
    padding-left   : 10px;
    padding-right  : 10px;
    padding-bottom : 10px;
    padding-top    : 10px;
}

a.dk {
    color : 41505B;
}

a:hover {
    text-decoration : none;
}

.input {
    font-family      : verdana;
    color            : #41505B;
    background       : E1E9EF;
    border           : 1px solid #ffffff;
    font-size        : 11px;
    background-color : E1E9EF;
}

.showfinders {
    color      : #41505B; 
    border     : 1px solid #ffffff; 
    background : #ffffff; 
    font-size  : 10px;
}

