/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
input{
	width:100%;
	margin-bottom:20px;
	padding:5px;
	height:30px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
	border:none;
 }

textarea{
    width:100%;
	height:80px;
	margin-top:10px;
	padding:5px;
	box-shadow: 1px 1px 12px gray;
	border-radius:3px;
 }
#send{
	width:103%;
	height:45px;
	margin-top:40px;
	border-radius:3px;
	background-color: #999;
	border:1px solid white;
	color:white;
	font-size:18px;
}

div#feedback{
	text-align:left;
	width:100%; 
    padding: 5px 0 0;
	float:left;
	} 

