/* @override 
	http://w.macpaw/css/feedback.css
	http://localhost/css/feedback.css
	http://macpaw.dev/css/feedback.css
*/
.feedbackbg {
			height: 337px;
			width: 801px;
			float:left;
			margin-top:-1px;
			background: #6F7278;
		
}
.iconreq_support {
			margin-top: 10px;
			margin-left: -360px;
			float:left;
}
.erase {
			float:left;
			margin-left: 344px;
			margin-top: -58px;
}
.send {
			float:left;
			margin-left: 620px;
			margin-top:-55px;
}
.textform{
			margin-left: 2px;
			margin-bottom:10px;
			color:#cecece;
			overflow: hidden;
}

.issue {
			margin-left:2px;
			width:170px;
			margin-bottom:10px;
}
.product {
			margin-left:2px;
			width:170px;
			margin-bottom:10px;
}	
.addsuppform {
			float:left;
			margin-top: -300px;
			margin-left: 345px;
}
.notdisplaysupport {
			float:left;
			width: 180px;
			font: 16px "Myriad Pro";
			color: #cecece;
			margin-left: 83px;
			margin-top: -142px;
			text-align:center;
}
.addsupporttext {
			float:left;
			font: 25px "Myriad Pro";
			color: #efefef;
			margin-left:-380px;
			margin-top: -180px;
}
.textform_user {
	color:#black;
	margin-left:2px;
	overflow:hidden;
	width:339px;
	margin-bottom:10px;
}
.erase_btn{
			background: url(/img/feedback/erase.png) no-repeat;	
			height: 38px;
			cursor: pointer; width: 86px;}
.erase_btn:hover{
	background-position:left -45px;
}
.send_btn{
			background: url(/img/feedback/send.png) no-repeat;	
			height: 35px;
			cursor: pointer; width: 82px;}
.send_btn:hover{
	background-position:left -36px;
}

