
		body{
			font-size:13px;
			font-family:Verdana,Arial;
		}
		#feedback{
			font-family: 'Roboto', sans-serif;
			color: #444;
			font-weight: 400;
			position: fixed;
			right: -290px;
			bottom: 130px;
			background: url(img/bak.png);
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
			border-radius: 10px;
			padding: 15px;
			width: 290px;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
			z-index: 99;
		}
		#feedback form{
			float: right;
			
			padding: 10px;
			border-radius:5px;
		}
		
		#feedback form hr{margin-top: 10px;
margin-bottom: 8px}
		
		#feedback form .form-sub-heading {color: #ccc;
font-size: 14px;}
		#feedback form label{
			display: block;
			float: left;
			text-align:right;
			margin-right:20px;
			width:70px;
			font-weight:bold;
			color: #fff;
			font-size:14px;
			padding-left: 15px;
padding-bottom: 10px;
		}
		#feedback a{
			background:url("btn_contact.png")  no-repeat center left transparent;
			display: block;
			width:52px;
			height:175px;
			float: left;
			text-indent:-9999em;
			position: absolute;
			top:120px;
			left:-50px;
		}
		#feedback a:hover{
			background-position: center right;
		}
		#feedback form .btn{
			float: right;
			background:url("send.png")  no-repeat 0px 0px transparent;
			text-indent:-9999em;
			width:80px;
			height:28px;
			border:none; margin-top:10px;

		}
		#feedback form textarea{
			width:250px;
			height:140px;
			border: 1px solid #019AC6;
		}
		#feedback form input[type="text"]{
			width:250px;
			height:30px;
			border: 1px solid #019AC6;
		}
		#feedback h2{
			text-align:center;
			color: #fff;
			/*text-shadow:0.2px 0.3px 0.3px #000;*/
			font-size:22px;
		}
