
 body
        {
            background-color:#260930;
        }
        
.feedback{
	position:absolute;
	 background-color:#260930;
	bottom:0;
	right:0;
	
}
.feedback a {
	display:block;
	height:20px;
	width:100px;
	text-align:center;
	 background-color:#260930;
	border:2px solid #fff;
	outline:1px solid #a1a1a1;	
	padding:5px;
	float:left;
	cursor:pointer;
	
	
	/*Font*/
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

.feedback .form{
	clear:both;
	height:auto;
	width:350px;
	border:ff;
	padding:15px;
	display: none;
	
	border:2px solid black;
}
.feedback .form textarea{
	heiggg
}
.feedback .form textarea{
	height:170px;
	width:400px;
	padding:5px;
}
.feedback .status{
	font-size:16px;
}