#form
{
    position: fixed;
	bottom: 0px;
	right:0;
	width:250px;
	border:2px solid green;
	padding:0px;
}
#form p
{
	margin:0px;
	background-color:green;
	text-align:center;
	color:#CED8F6;
	
	font-size:20px;
	font-style:oblique;
	cursor:pointer;
}
form
{
	display:none;
	background:#fff;
	
}
input[type="text"]
{
	width:220px;
	margin-left:15px;
	height:35px;
	margin-top:10px;
	padding:5px;
	border-radius:5px;
	border:2px solid silver;
}
.cls input[type="text"]
{
	width:98px;
	margin-left:15px;
	height:35px;
	
	padding:5px;
	border-radius:5px;
	border:2px solid silver;
}
.error_captcha{
color:#b40000;
text-align:center;	
}
.form-control{
margin-left:0px !important;	
}
textarea
{
	width:220px;
	margin-left:15px;
	height:100px;
	margin-top:10px;
	padding:5px;
	border-radius:5px;
	border:2px solid silver;
	font-family:helvetica;
}
#submit_feedback
{
	width:120px;
	margin-left:65px;
	background-color:#A4A4A4;
	border:none;
	color:white;
	height:35px;
	font-size:18px;
	margin-top:10px;
	border-radius:5px;
}
