#view{
	text-align: right;
	padding: 0px 5px;
	border-radius: 10px;
	margin: 12px 7px;
	width: 370px;
	height: 75px;
	border: 2px solid #ccc;
	font-size: 2em;
	color: #999;
	outline: none;
}
div{border-radius: 20px;
	width: 400px;
	height: 580px;
	background-color: rgb(125,185,222);
	margin: 0 auto;
}
ul{
	padding: 0px;
	margin: 0px;
	margin-left: 17px;
}
ul li{
	font-weight: bold;
	background-color: rgb(46,169,223);
	font-size: 2em;
	border-radius: 20px;
	margin: 4px 4px 4px 4px;
	line-height: 86px;
	text-align: center;
	width: 84px;
	height: 84px;
	list-style: none;
	float: left;
	box-shadow: 2px 2px 1px #555;
}
ul li:hover{
	color: #fff;
	background-color: rgb(106,76,156);
	box-shadow: -2px -2px 1px #555;
}