#feedback_button {
    position:fixed;
    top:40%;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background: url(images/b_feedback.png) left top no-repeat;
    cursor:pointer;
    height: 102px;
    width: 25px;
    left:0;
    border-left:none;
}

#feedback_button a {
    display:none;
}

#feedback_button:hover {
    background-position: left bottom;
    cursor: pointer;
}
		
div.hiding {
    display:none;
}

#feedback_popup .thanks {
    font-size: 14px;
    font-weight: bold;
    display:none;
    margin-top: 1em;
}

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

#feedback_popup.thanks form {
    display:none;
}

#feedback_popup form {
    padding-top:10px;
}

#feedback_popup .error {
    color: red;
    font-size: 85%;
}


/** form stuff **/
#feedback_popup label {
    font-size:.8em;
    color:#555;
    display:block;
    margin-top: 1em;
}

#feedback_popup textarea {
    height:90px;
    width:490px;
}

#feedback_popup input {
    width:223px;
}

#feedback_popup .buttons {
	margin-top: 1em;
}

#feedback_popup.loading input, #feedback_popup.loading textarea {
    color: #555
}