#contactForm{
position:fixed;
left:0px;
top:55px;
height:200px;
z-index:99999;
}

#contact_button{
position:absolute;
left:-1px;
top:55px;
width:20px;
height: 113px;
background:url(feedback.png) no-repeat;
cursor:pointer;
z-index:99
}
#contact_Form{
position:absolute;
top:50px;
left:-1px;
width:0px;
height:200px;
display:none;
border:1px solid grey;
background:#fff;
z-index:98
}
#contact_in{
margin:10px;
z-index:98
}
#contact_button #close{
position:absolute;
left:-20px;
top:-13px;
display:none;
z-index:99
}

#feedback{
display:inline;
z-index:98
}
#waiting {
    color: #767676;
    text-align: center;
}
#feedback label { display: inline-block; width: 7em; }

.field_ok{ border:1px solid #5aba00; } 
.untouched{ border:2px solid #ba0000; }
