body {
	font-family:quicksand, arial,serif;
	color:#666;
}

@media only screen and (max-width : 480px) 
{
	#feedback {
		display:none;
	}
}
		
@media only screen and (max-width : 960px) 
{
	#feedback {
		display:none;
	}
}


		#feedback{
			position: fixed;
			top:100px;
			left:-385px;
			z-index:99999;
		}
		#feedback form{
			float: left;
			padding: 10px;
			border-radius:5px;
			background:rgb(106, 0, 230);
			box-shadow:0px 0px 5px 5px rgba(255, 255, 255, 0.9);
			margin-left:20px;

		}
		#feedback form label{
			display: block;
			float: left;
			text-align:left;
			margin-right:20px;
			width:70px;
			font-weight:bold;
			color: #fff;
			font-size:12px;
			line-height: 23px;
			font-family:futura,arial,serif;
		}
		#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:-40px;
		}
		#feedback a:hover{
			background-position: center left;
		}
		#feedback form .btn{
			float: right;
			background:url("send.png")  no-repeat 0px 0px transparent;
			text-indent:-9999em;
			width:80px;
			height:28px;
			border:none;
			background-size:80px 28px;

		}
		#feedback form textarea{
			width:250px;
			height:60px;
			/**border: 3px solid #6aa84f;*/
			font-size: 13px;
			line-height:13px;
			font-family:quicksand, arial,serif;
			color:#666;
		}
		#feedback form input[type="text"]{
			width:250px;
			padding: 4px;
			height:30px;
			/**border: 3px solid #6aa84f;*/
			font-size: 13px;
			background:white;
			font-family:quicksand, arial,serif;
			color:#666;
		}
		#feedback h2{
			text-align:center;
			color: #fff;
			/*text-shadow:0.2px 0.3px 0.3px #000;*/
			font-size:22px;
			text-transform: uppercase;
		}

		option {
			font-family:quicksand, arial,serif;
			color:#666;
		}


