body{
				background-color: rgba(40,40,40,1);
				color:white;
				font-family: sans-serif;
			}
			#container{
				position: relative;
				width:1024px;
				margin: 0 auto;
			}
			#toolbar{
				width:1024px;
				margin:0 auto;
				margin-top:10px;
			}
			p{
			}

			#frame{
				position:absolute;
				/* background-image: url('iPhoneFrame.png'); */
				background-color: rgba(189, 255, 254, .2);
				background-size: cover;
				background-repeat: no-repeat;
				border: solid 1px white;
				display:block;
				z-index: 2;
			}

			.iphone5{
				width: 320px;
				height:568px;

			}
			.iphone4{
				width: 320px;
				height:480px;
			}
			img{
				 max-width:100%;
			}
			body{
				padding-top: 30px;
			}
			.data{
				color:red;
			}

			/* JQuery UI creates a tiny handle. This repositions it and styles it.*/
			.ui-resizable-s {
				position:absolute;
	    		bottom: 0;
	    		right: 0;
	    		height: 30px;
	    		width: 30px;
	    		background-size: cover;
	    		background-repeat: no-repeat;
	    		background: url('grabber.png');
			}

			button{
				padding:10px;
				background-color: rgba(60,60,60,1);
				border:solid 2px rgba(50,50,50,1);
				box-shadow: 0px 2px 2px rgba(20,20,20,1);
				color:white;
			}

			button:active{
				box-shadow: 0px -2px 2px rgba(20,20,20,1);
			}

			#container p{
				display: inline;
				padding:10px;
			}