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: #CC0000;
  width: 26px;
  height: 96px;
  overflow: hidden;
  background: #C00 url(../images/feedback/feedback_tab.png);
  _position: absolute;
  /*_background-image: url(../images/feedback/feedback_tab.png);*/
}	
  
a#feedback_link:hover {
  background-color: #999;
}
			
a#feedback_link.left {
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
  left: 0;
  top: 30%;
  width: 30px;
  height: 116px;
  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;
  top: 3pt;
  position: absolute;
  height: 22px;
  width: 80px;
  background-image: url(../images/feedback/closelabel_n.gif);
  _background-image: url(../images/feedback/closelabel_n.gif);
}

div#feedback_modal_window {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius:7px;
	-webkit-box-shadow: 5px 5px 7px #000;
	-moz-box-shadow: 5px 5px 7px #000;
	-ms-box-shadow: 5px 5px 7px #000;
  width: 400px;
  margin: 0 auto;				
  position: relative;
  background-color: #FFFFFF;
}
			
div#feedback_modal_content {				
  padding: 12px;
	height:320px;
	_height:420px;
}

div#feedback_modal_content h1 {
	padding-bottom: 10px;
  border-bottom: 4px solid #7A7A7A;				
}
div#feedback_modal_content p {
	margin-bottom: 5px;
	margin-top: 5px;
}
			
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: url("../images/feedback/radModalWindowBackground.png") repeat scroll 0 0 transparent;
  /*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;
}