#feedback {
	width: 100%; height: auto;
	padding: 3em 0;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
}
#feedback>.wrapper {
	width: 75%;
	min-width: 960px;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#feedback>.wrapper>p {
	padding-bottom: 1em; 
	font-size: .8em; line-height: 1.2;
	text-align: center;
}
#feedback>.wrapper>ul { margin-top: 1em; padding-bottom: 1em; text-align: center; }
#feedback>.wrapper>ul>li {
	margin-left: 2%;
	font-size: .8em; line-height: 1.2;
}
p.feedback {
	width: 96%; height: auto;
	margin-top: .4em;
	padding: 0 2% .6em 2%;
	background-color: #F5F5F6;
	font-size: .8em; line-height: 1.5;
}
/**/
#fader {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10;
}
#feedback {
	position: fixed;
	top: 30%; right: 0; bottom: auto; left: 0;
	z-index: 11;
}
#feedback a {
	font-size: 1.4em;
	text-align: center;
	display: block;
	cursor: pointer;
}