
input:focus{
    border :.1em solid ##3a7d8c;
    }

div#feedback {
  position: absolute;	
  top: 0;
  left: 0;			
  z-index: 100001;
}
html>body #feedback{
	  z-index: 100001;
}
* html #feedback
{
    position:absolute;
    top: 0;
  left: 0;	
}
#feedback_link {				
  position: fixed;
  z-index: 99999;
  background-color: #CC0000;
  width: 26px;
  height: 96px;
  overflow: hidden;
  background: #000 url(/images/feedback/feedback_tab.png);
  _position: absolute;
  /*_background-image: url(/images/feedback/feedback_tab.png);*/
}	
  
#feedback_link:hover {
  background-color: #999;
}
			
#feedback_link.left {
  left: 0;
  top: 25%;
  width: 26px;
  height: 96px;
  background-image: url(/images/feedback/feedback_tab.png);
  _background-image: url(/images/feedback/feedback_tab.png);
}

#feedback_link.right {
  right: 0;
  top: 25%;
  width: 26px;
  height: 96px;
  background-image: url(/images/feedback/feedback_tab.png);
  _background-image: url(/images/feedback/feedback_tab.png);
}



		
a#feedback_close_link {
  right: 5pt;
  top: 3pt;
  position: absolute;
  height: 22px;
  width: 66px;
  background-image: url(/images/feedback/closelabel.gif);
  _background-image: url(/images/feedback/closelabel.gif);
}

div#feedback_modal_window {
  width: 550px;
  margin-left:32em;
  height:38em;
  position: relative;
  background-color: #fff;
}
	
div#feedback_modal_content {				
  padding: 1.2em;
   
}
html>bodydiv#feedback_modal_content {				
  padding: 1.2em;
}			
div#feedback_loading {				
  padding: 12px;				
}
			
#feedback_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  _background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
html>body #feedback_overlay{
position:fixed;
height: 100%;
  width: 100%;}	
.feedback_hide {
  z-index:-100;
}

.feedback_overlayBG {
  background-color: #000;
  z-index: 100000;
}
			
* html #feedback_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
			
form#feedback_form .error {
  color: red;
  font-weight: normal;
}
.feed{

}
feedback_head{
    text-align:left;
    color:#982a2a;
}

#feedback_ie label{
    float:left;
    width:8em;
    text-align:right;
}


