/* CSS Document */
body {
margin:0; padding:0; font-family: arial, sans-serif; font-size:80%; color:#333; text-align:left;
/*background-color:#F7F7F7;*/
background:url('img/bk_grad.jpg') repeat-x top;
}
ul.navbar {
list-style-type:none; float:center; display:block; width:94%; line-height:1em; 
clear:both; margin:0; padding:0; background-color:#999; text-align:center;}

ul.navbar li {
display:inline;}

a.nav:link, a.nav:visited {
display:block; float:left; width:12.2%; padding:0.2em 0 0.2em 0; margin:0; 
text-decoration:none; background-color:#999; color:#fff; vertical-align:middle;}

a.nav:hover {
display:block; float:left; width:12.2%; padding:0.2em 0 0.2em 0; margin:0; 
text-decoration:none; background-color:#666; color:#fff; vertical-align:middle;}

a.nav:active {
display:block; float:left; width:12.2%; padding:0.2em 0 0.2em 0; margin:0; 
text-decoration:none; background-color:#999; color:#fff; vertical-align:middle;}

li.current { 
display:block; float:left; width:12.2%; padding:0.2em 0 0.2em 0; margin:0; 
text-decoration:none; background-color:#FF9933; color:#fff; vertical-align:middle;}

.header_top { margin: auto;
	background: url(img/big_top.gif) no-repeat; 
	color: #FFF; height: 10px; 
	}
.header_bottom {
	margin: auto;
	background:  url(img/big_bottom.gif) no-repeat; 
	height: 10px; 
	}
.main{width: 762px;}
.content { 
	margin: auto;
	width: 762px;
	background: url(img/big_middle.gif) repeat-y;
}
.small
{
	font-size:10px;
}
a { color: #333; background: inherit; text-decoration:none; }
a:hover { color: #000; background: inherit; text-decoration:underline;}

.grey_top { clear: both; width: 200px; background: url(img/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 0px; }
.grey { width: 200px; margin: 0 0 0 0px; padding: 0px; background: #EDEDED url(img/grey_bottom.gif) no-repeat bottom left; color: #808080;	}

.box {
		border-left: 2px solid #DEDEDE;
		border-right: 2px solid #DEDEDE;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 325px;
		color: #595959;
		background: #FFF;
	}
	
	.box_top {
		background: url(img/leftbox_top.gif) no-repeat;
		color: #808080;
		height: 36px;
		width: 340px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
		font-size:11px;
	}

	.box_bottom {
		background: #FFF url(img/leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 340px;
		margin: 0 0 7px 0;
	}
.box_long {
		border-left: 2px solid #DEDEDE;
		border-right: 2px solid #DEDEDE;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 425px;
		color: #595959;
		background: #FFF;
	}
	
	.box_top_long {
		background: url(img/leftbox_top_long.gif) no-repeat;
		color: #808080;
		height: 36px;
		width: 440px;
	}
	.box_bottom_long {
		background: #FFF url(img/leftbox_bottom_long.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 440px;
		margin: 0 0 7px 0;
	}
	.box_top_long h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
		font-size:11px;
	}

#feedback_button {
  top: 25%;
 /* height: 250px;
  color: #FFF;
  cursor: pointer;
  text-indent: -100000px;*/
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -7px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

  /*background-image: url(../images/general/feedback_rabbit_xmas.png);*/
}

.feedback_button_right {
  right: 0 !important;
  left: auto !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  /*width: 96px !important;*/ }