#setting{
	position: absolute;
	width:700px;
	margin:-60px 220px;
	height:200px;
	background:white;
}
#setting{
	font:17px century;
}
#label,#label1,#label2,#label3,#label5{
	display: inline-block;
}
#label,#label1,#label2,#label3,#label4,#label5{
	padding: 10px;
}
#tip{
	font:italic 15px century;
	display: inline-block;
}
#btn{
	background-color: #2b99d8;
	padding: 8px 30px;
	width:150px;
	color:white;
	font:20px cambria;
	border:none;
	text-align: center;
	cursor: pointer;
	outline:none;
	margin-left:240px;
}
#btn:hover{
	background-color: #248fc9;
}
#btn:focus{
	outline:none;
	border:none;
}