
#feedback_button {
    position:fixed;
    top:40%;
    background-repeat:no-repeat;
    background-position:50% 50%;
    cursor:pointer;
}

#feedback_button a {
    display:none;
}

#feedback_button.white {
    background-color:#AAA;
    border:1px solid #999;
}

#feedback_button.black {
    background-color:white;
    border:1px solid #333;
}

#feedback_button.small {
    height:100px;
    width:15px;
    margin-top:-50px;
}

#feedback_button.normal {
    height:150px;
    width:25px;
    margin-top:-75px;
}

#feedback_button.left {
    left:0;
    border-left:none;
}

#feedback_button.right {
    right:0;
    border-right:none;
}

#feedback_button.white.left.normal {
    background-image:url("images/feedback_wl.dd9861c270d0.png");
}
#feedback_button.white.left.small {
    background-image:url("images/feedback_wl_sm.842d85bb1ee9.png");
}
#feedback_button.white.right.normal {
    background-image:url("images/feedback_wr.1eb875a430b0.png");
}
#feedback_button.white.right.small {
    background-image:url("images/feedback_wr_sm.ffa3dcd54727.png");
}

#feedback_button.black.left.normal {
    background-image:url("images/feedback_bl.4a9735c59b45.png");
}
#feedback_button.black.left.small {
    background-image:url("images/feedback_bl_sm.f10214bae06b.png");
}
#feedback_button.black.right.normal {
    background-image:url("images/feedback_br.436a2498fbdf.png");
}
#feedback_button.black.right.small {
    background-image:url("images/feedback_br_sm.6a8f45cd59f0.png");
}

div.hiding {
    display:none;
}

#feedback_drop {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:black;
    opacity:.7;
	z-index: 20000000;
}

#feedback_popup {
    width:500px;
    min-height:500px;
    position:fixed;
    top:40%;
    left:40%;
    margin-top:-125px;
    margin-left:-175px;
    background-color:white;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    overflow:visible;
	z-index: 20000001;
}

#feedback_popup.thanks {
	font-family: 'Open Sans', sans-serif; font-weight: 600;
    font-size: 24px;
    font-weight: bold;
    height: auto !important;
    width: auto;
    min-height: 10px;
    padding: 30px;
    text-align: center;
	vertical-align: middle;
}

#feedback_popup .thanks {
    display:none;
}

#feedback_popup.thanks .thanks {
    display:block;
}

#feedback_popup.thanks form {
    display:none;
}

#feedback_popup form {
    height:100%;
    position:absolute;
    left:10px;
    right:10px;
    padding-top:10px;
}

#feedback_popup .error {
    background-color:red;
}

#feedback_popup .close {
    position:absolute;
    top:-18px;
    right:-18px;
    width:32px;
    height:32px;
    background-image:url("images/close_med.df8ccded3a64.png");
    z-index:10;
    cursor:pointer;
}

#feedback_info{
	width: 505px;
}


/** form stuff **/
label {
    color:black;
    display:block;
    margin-top: 10px;
}

#feedback-email{
	margin-bottom: 20px;
	margin-top: 15px;
}

#feedback-subject{
	margin-bottom:40px;
}

textarea {
    min-height:150px;
    width:221px;
	margin-bottom: 20px;
}

input {
    width:223px;
}

/* Responsive Design < 768px
------------------------------------------------------------ */
@media screen and (max-width: 768px) {
#feedback_button{
	display: none;
}
