.mk_button {
        position: fixed;
        top: 30%;
        left: -35px;
        margin: 0;
        cursor: pointer;
        background: red;
        padding: 10px;
        color: white;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        box-shadow: 0 0 16px #ccc;
        -moz-box-shadow: 0 0 16px #ccc;
        -webkit-box-shadow: 0 0 16px #ccc;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
.mk_form {
 border: 1px solid #ccc;
 width: 450px;
 display: none;
 position: fixed;
 font-size: 13px;
  top: 5%;
  left: 45%;
  margin-top: -30px;
  margin-left: -150px;
  z-index:999999;
  background: #fff;
  padding :20px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}

.mk_form .mk_forms {
 margin-left: 20px;
}

.mk_form input[type=text] {
 margin-left: 14px;
 float: none!important;
 padding: 3px 5px 4px!important;
 width:40%!important;
}

.mk_form input[type=checkbox] {
 margin-left: 20px;
}

.mk_form div div {
 padding: 5px 0 5px;
}

.mk_form .mk_interests {
 border-top: 3px dotted #eee;
 margin-top: 10px;
}

.mk_form button {
 background: #eb3134;
 border: 0;
 color: white;
 padding: 7px;
 font-size: 14px;
 cursor: pointer;
}

#fade {
    display: none;  /* ensures it’s invisible until it’s called */
    position: fixed;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: #f1f2f2;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 99990; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}


.mk_form2 {
 border: 1px solid #ccc;
 width: 400px;
 display: none;
 position: fixed;
 font-size: 13px;
  top: 30%;
  left: 45%;
  margin-top: -30px;
  margin-left: -150px;
  z-index:999999;
  background: #fff;
  padding :20px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}

.mk_form2 iframe {
 box-shadow: 0 0 0;
 -webkit-box-shadow: 0 0 0;
 -moz-box-shadow: 0 0 0;
}