
div#feedback {
  position: absolute;	
  top: 0;
  left: 0;			
  width: 100%;
  height: 100%;
  z-index: 100001;
}
			
a#feedback_link {				
  position: fixed;
  z-index: 99999;
  background-color: #F8A600;
  width: 26px;
  height: 96px;
  overflow: hidden;
  background: #F8A600 url(/images/feedback/feedback_tab.png);
  _position: absolute;
  /*_background-image: url(/images/feedback/feedback_tab.png);*/
}	
  
a#feedback_link:hover {
  background-color: #2D9FD9;
}
			
a#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);
}

a#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_link.top {
  right: 10%;
  top: 0;
  width: 96px;
  height: 26px;
  background-image: url(/images/feedback/feedback_tab_h.png);
  _background-image: url(/images/feedback/feedback_tab_h.png);
}

a#feedback_link.bottom {
  right: 10%;
  bottom: 0;
  width: 96px;
  height: 26px;
  background-image: url(/images/feedback/feedback_tab_h.png);
  _background-image: url(/images/feedback/feedback_tab_h.png);
}
			
a#feedback_close_link {
  /* right: 5pt; */
	height:42px;
	position:absolute;
	right:-83px;
	top:13px;
	width:42px;
  background-image: url(/images/feedback/closelabel_round.png);
  _background-image: url(/images/feedback/closelabel_round.gif);
}

div#feedback_modal_window {
  width: 300px;
  margin: 0 auto;				
  position: relative;
  background-color:transparent;
}
			
div#feedback_modal_content {				
  padding: 12px;				
}
			
div#feedback_loading {				
  padding: 12px;				
}
			
#feedback_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
			
.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: bold;
}


#feedback_form select, #feedback_form textarea, #feedback_form input {
	width: 100%;
}

#feedback_form p {
	color: white;
	font-size: 11px;
	text-transform: uppercase;
}

#feedback_form select {
	text-transform: none;
}

#feedback_form p label {
	display: block;
  margin-top: 5px;
  margin-bottom: 1px;
}

#feedback_form #feedback_submit {
  border: 2px solid #444444;
  margin: 5px 0;
	padding:0.5em 0em 0.5em 0.5em;
	font-weight: bold;
}
