
		/*body{
			font-size:12px;
			font-family:Verdana,Arial;
		}*/
		#feedback{
			position: fixed;
			top:140px;
			left:-352px;
			z-index: 100000;
		}
		#feedback form {
			float: left;
			border: 1px solid #999;
			padding: 10px;
			border-radius:5px;
		}
		
		
#feedback form {
  background: #fff;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;  
  font-size: 13px;
}		
		
		/*#feedback form label{
			display: block;
			float: left;
			text-align:right;
			margin-right:20px;
			width:70px;
			font-weight:bold;
			color: 019AC6;
			font-size:14px;
		}*/
		#feedback a {
			background:url("feedback-button.jpg")  no-repeat center left transparent;
			display: block;
			width:40px;
			height:250px;
			float: left;
			text-indent:-9999em;
			position: absolute;
			top:84px;
			right:-40px;
		}
		#feedback a:hover{
			/*background-position: center right;*/
			opacity: 0.8;
		}
		#feedback form .btn{
			float: right;
			background:url("send.png")  no-repeat 0px 0px transparent;
			text-indent:-9999em;
			width:80px;
			height:28px;
			border:none;

		}
		#feedback form textarea{
			width:300px;
			height:140px;
			border: 1px solid #019AC6;
		}
		#feedback form input[type="text"]{
			width:300px;
			height:20px;
			border: 1px solid #019AC6;
		}
		#feedback h2{
			text-align:center;
			color: #019AC6;
			/*text-shadow:0.2px 0.3px 0.3px #000;*/
			font-size:22px;
		}
		
		
/* DV */		
#feedback form {
	width: 332px;
}
#feedback h3,
#feedback legend {
	display: none;
}
.powermail_fieldset {
	
}
