@charset "utf-8";
/* CSS Document */

#feedback{	
	border: solid thin #ccc;
	width: 100%;
	min-height: 400px;
	background-color: #f2f2f2
}

#feedback form{
	width: 40%; 
	padding: 12px 18px;
	background-color: #fff;
	margin: 20px auto;
	border-radius: 5px;	
}

@media screen and (max-width: 360px) {
  #feedback form {
    width: 100%;
  }
  
  
  #feedback {
    width: 100%;
	height: 600px;
  }
  
}

#feedback h4{
	text-align: center;
	color: #666;
	margin-top: 20px;
	margin-bottom: -22px;
}

#feedback hr{
	margin-top: 40px;
	width: 100%;	
}

button#submit{
	padding: 4px 18px;
	color: #fff;
	margin:8px auto;
	background-color: #1ab2ff;
}

.site-feedback{
	border-radius: 5px;
	width: 100%;
	margin: 4px 0px;
	border: #b5b2b2 solid 1px;
	padding: 2px 4px;
}

  .textarea{
	border-radius: 5px;
	height: 100px;
	width: 100%;
	margin: 6px 0px;	
  }
  
.site-feedbottom{
margin-bottom: 0px;
}