body{
	background:#d2efff;
}
#customize{
	font-weight:bold;	
}
.customize{
	display:none;
}
.instructions{
	visibility:hidden;
	margin:10px 0 0 10px;
}
form{
}
form #inputTo{
	height:72px;
	width:200px;
	font-size:4em;
}

#container{
	max-width:75%;
	margin:15% auto 0 auto;
}

footer{
	position:absolute;
	bottom:20px;
}

h1{
	font-size:4em;
	float:left;
	margin-top:20px;
}
.right{
	float:right;
}


#to{
	padding:16px;
	display:table;
}

label{
	margin-right:10px;
}

#customized{
	display:table;
}



@media handheld, only screen and (max-device-width: 480px) {
    /* overrides or style additions for iPhone */
	footer{
		position:relative;
		margin-top:100px;
	}
	h1{
		font-size:1.5em;
	}

}
