
.box1 {
	background-color: #F5F5F5;
	position: absolute;
	top: 27%;
	left: 62%;
	width: 200px;
	height: 200px;
	border: solid;
	border-width: 1px;
}
.box2{
	background-color: #DADADA;
	width: 70%;
	height: 90%;
	align: center;
}
.box3 {
	background-color: #E6E6E6;
	width: 100%;
	height: 10%;

}

.box4 { 
	color: #8E8E8E;
	text-align: left;
	
}
.box5 { 
	position: relative;
	top: -30px;
	color: #737373;
	text-align: left;
	
	
}

