.wrapper{
	width:290;
	height:430;
	background:#999;
	margin:0 auto;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #777;
	-webkit-box-shadow: 0 0 5px 5px#777;
	box-shadow: 0 0 5px 5px #777;
	color:#444;
	font-family:arial black;
	font-size:20px;
	padding:10px;
}

.wrapper hr{
	border: 0;
	margin: 20px 0px;
	color: #777;
	background-color: #777;
	height: 1px;
	width: 100%;
	text-align: left;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}


body{
	background:URL(img/background.png);
	padding:50px;
}

.apptap{
	height:52;
	background:#777;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	margin:13px;
	padding:4px;
	-moz-box-shadow: inset 0 0 5px 3px #555;
	-webkit-box-shadow: inset 0 0 5px 3px#555;
	box-shadow: inset 0 0 5px 3px #555;
	
}

.icon1{
background:url('img/item1.png');
height:52px;
border-radius: 3px;
}
.icon2{
background:url('img/item2.png');
height:52px;
border-radius: 3px;
}
.icon3{
background:url('img/item3.png');
height:52px;
border-radius: 3px;
}
.icon4{
background:url('img/item4.png');
height:52px;
border-radius: 3px;
}
.icon5{
background:url('img/item5.png');
height:52px;
border-radius: 3px;
}
