html,body{

	height: 100%;
	margin: 0;
	padding: 0;
	

	
}

.background{
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(../img/main_background_normal.jpg); 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 }

#wrapper{
	height: auto;
	width: 90%;
	position: relative;
	margin: auto;
	margin-bottom:50px; 


}
.title{
	width:90%;
	height: auto;
	top: 0px;
	position: relative;
	border-bottom-color:#B8CEDE;
	border-bottom-style:solid;
	border-bottom-width:1px;  
	margin: auto;
}

.feedback{
	height: auto;
	width: 60%;
	position: relative;
	margin: auto;
	background-color: #FFF;
	margin-top: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);


}
.feedback_feed{
	height: auto;
	width: 60%;
	position: relative;
	margin: auto;
	background-color: #FFF;
	margin-top: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	overflow: hidden

}

.overflow{
	
	
	overflow:scroll;
	overflow-x:hidden; 
	margin-top: -20px;
	
}

.logo{

	width: 250px;
	height:auto;
	top: 20px;
	position: relative;
}

img{
	height: auto;
	width: 100%;
}

.message{

	height: 20px;
	width: 100%;
	position: relative;
	
	text-align: center;
	margin: auto;
	top:-5px;
}



form{

	width: 90%;
	height: auto;
	margin-top: 30px;
	margin-left: 5%;
	margin-bottom: 50px;

}
input[type="text"]{

	width: 100%;
	padding:5px;

}

textarea[name="comment"]{

	width: 100%;
	min-height: 150px;
	max-height: 150px;
	resize: none;
	text-align: left;
}

input[type="submit"]{

	height:30px;
	width: 100%;
	float: left;
	border-style: none;
	background-color: #f27522;
	color: #FFF;
	
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="submit"]:hover{
	background-color: #f26522;
}

p{
	font-size: 12px;
	font-family: arial;
	color:#5E7992;
}

h1{
	font-size: 12px;
	font-family: arial;
	color:#5E7992;
}

td h1{
	color: #f27522;
}

td.feedback_collom{
	
	height: auto;
}

table tr{
	height:auto;
	margin-top: 20px;
	border-color: #5E7992;
	
}

table{
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-spacing:0 20px;
}