* {
	margin: 0;
	padding: 0;
}

body {
	background: #f0f0f0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #262626;
}

div#wrapper {
	width: 715px; height: 280px;
	background: url(../images/background.png) no-repeat center;
	padding: 186px 149px 208px 160px;
	margin: 0 auto;
}

	div.video {
		width: 335px; height: 259px;
		margin: 0 0 0 20px;
		float: right;
	}
	
	h1 a {
		width: 296px; height: 32px;
		background: #dfdfd3;
		text-indent: 0px;
		margin: 0 0 20px 0;
		display: block;
	}
	
	.url {
		width: 129px; height: 9px;
		text-indent: 0px;
		margin: 0 0 9px 0;
		display: block;
	}
	
	.title {
		width: 129px; height: 9px;
		text-indent: 0px;
		margin: 0 0 9px 0;
		display: block;
	}	

	.selectfile {
		width: 226px; height: 10px;
		background: url(../images/select.gif) no-repeat right;
		text-indent: -10000px;
		margin: 0 0 9px 0;
		display: block;
	}
		
	input#url {
		width: 273px; height: 20px;
		background: url(../images/input.gif) no-repeat left;
		font-family: "Lucida Grande", Trebuchet, Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #262626;
		padding: 6px 10px 5px 10px;
		margin: 0 0 12px 0;
		border: 0;
	}
	
	input#title {
		width: 273px; height: 20px;
		background: url(../images/input.gif) no-repeat left;
		font-family: "Lucida Grande", Trebuchet,Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #262626;
		padding: 6px 10px 5px 10px;
		margin: 0 0 12px 0;
		border: 0;
	}	
	
	input#iphoneize {
		width: 288px; height: 37px;
		margin: 0 0 0 5px;
		border: 0;
		background: #848484;
		display: block;
		cursor: pointer;
	 	 font-family: "Lucida Grande", Trebuchet,Verdana, Arial, sans-serif;
                font-size: 24px;
                font-weight: bold;
                color: #ffffff;
}
	
	input#uploadicon {
		width: 288px; height: 37px;
		background: url(../images/upload.gif) no-repeat;
		margin: 0 0 0 5px;
		border: 0;
		display: block;
		cursor: pointer;
	}	
	
	input#skiptocode {
		width: 288px; height: 37px;
		background: url(../images/skip.gif) no-repeat;
		margin: 0 0 0 5px;
		border: 0;
		display: block;
		cursor: pointer;
		margin-top: 6px;
	}	
	
	input#file {
		margin-bottom: 8px;
	}
	
	#codebox {
		width: 293px;
		height: 180px;
	}
	
	p.input { padding: 0px 0 0 0; }
	
	#error {
		width: 278px;
		background: #b42e3b;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		padding: 5px;
		padding-bottom: 20px;
		margin: 0 0 0 6px;
	}
	
	p.success { padding-bottom: 20px; }
	
	#error a { color: #fff; text-decoration: underline; }
	
	#error a:hover { text-decoration: none; }
	
	a { color: #262626; text-decoration: underline; }
	
	a:hover { text-decoration: none; }
	
	p#number {
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0;
		clear: both;
	}
