.yes	 {
	border: solid #686868 1px;
	background-color: #CCC;
	width: 50px;
	height: 50px;
	text-align: center;
}


.no	 {
	border: solid #686868 1px;
	background-color: #FFFFCC;
	width: 50px;
	height: 50px;
	text-align: center;
}

