#CYU {
	position: relative;
	backgroud-color: #E7E0C2;
	min-height: 340px;
	background-image: url(../images/cyu.png);
	background-position: 620px 0px;
	background-repeat: no-repeat;
	padding-right: 300px;
	padding-bottom: 20px
}

#CYU p:last-of-type {
	margin-bottom: 1.0em;
}

#CYU div#Feedback+p {
	/*margin-top: 0px;*/
}

#CYU label {
	padding-left: 26px;
	text-indent: -26px;
	display: inline-block;
}

input[type="checkbox"],input[type="radio"] {
	cursor: pointer;
	vertical-align: middle;
}

input[type="button"] {
	cursor: pointer;
}

#Feedback {
	position: absolute;
	background: #FFFFFF;
	border-radius: 10px;
	border: 2px solid #327CA3;
	-webkit-box-shadow: 4px 0px 6px;
	box-shadow: 4px 0px 6px;
	display: none;
	padding: 20px;
	width: 320px;
	left: 300px;
	top: 40px;
}

#Feedback p:last-child {
	margin-top: 1.0em;
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}

