
		body{
			font-size:14px;
			font-family:Arial;
			z-index:100;
			
		}
		#feedback{
			position: fixed;
			top:100px;
			left:-362px;
			z-index:100;
		}
		#feedback form{
			float: left;
			border: 1px solid #043666;
			padding: 10px;
			border-radius:5px;
			z-index:100;
			background-color:#002344;
		}
		#feedback form label{
			display: block;
			float: left;
			text-align:right;
			margin-right:20px;
			width:70px;
			font-weight:bold;
			color: 019AC6;
			font-size:14px;
			z-index:100;
		}
		#feedback a{
			background:url("feedback-buttons.png")  no-repeat center left transparent;
			display: block;
			width:40px;
			height:175px;
			float: left;
			text-indent:-9999em;
			position: absolute;
			top:120px;
			right:-33px;
			z-index:100;
		}
		#feedback a:hover{
			background-position: center right;
			z-index:100;
		}
		#feedback form .btn{
			float: right;
			background:url("send.png")  no-repeat 0px 0px transparent;
			text-indent:-9999em;
			width:80px;
			height:28px;
			border:none;
			z-index:100;

		}
		#feedback form textarea{
			width:220px;
			height:140px;
			border: 1px solid #019AC6;
			z-index:100;
		}
		#feedback form input[type="text"]{
			width:230px;
			height:30px;
			border: 1px solid #019AC6;
			z-index:100;
		}
		#feedback h2{
			text-align:center;
			color: #019AC6;
			/*text-shadow:0.2px 0.3px 0.3px #000;*/
			font-size:22px;
			z-index:100;
		}
