.protio-back{
	background-color: #00BFFF;
	border-radius: 5px;
	padding:1px;
}

/* First, we'll make the body. After that we'll use :after and :before elements to make other things like buttons */

.iphone {
	position: relative;
	height: 495px;
	width: 250px;
	border-radius: 35px;
	margin: 50px auto;
	background-repeat: no-repeat;
	background-size: 100% 100%, 220px 100%, 100% 100%;
	background-position: 0 0, 15px 0, 0 0;
	box-shadow: 0 0 0 3px black,
							-40px -128px 0 -123px black,
							0 0 0 5px #a09f9d,
							/* Some metallic shine on the button */
							49px -130px 3px -123px #777,
							46px -130px 2px -123px #ddd,
							/* Top button from here */
							62px -111px 0 -105px #8e8d8b,
							62px -112px 0 -105px #b4b3b1,
							62px -113px 0 -105px #666;
}
.background {
       position:absolute;
       border-radius: 35px;
       top:0px;
       left:0px;
       width:100%;
       height:100%;
       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
   }
.iphonehead{
	position:relative;
	height: 95px;
	width: 100%;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	margin:auto;
	padding:20px ;
	margin-bottom:10px;
	z-index:5;
}
.iphonebody{
	position:relative;
	height: 375px;
	width: 225px;
	border-radius: 35px;
	margin: auto;
	padding: 20px;
	z-index:5;
}

.inphone{
	position:relative;
	font-size: 12px;
	width: 220px;
	height:370px;
	display: table-cell;
	overflow:auto;
}