body[orient=landscape] {
	width:480px;
}
body[orient=portrait] {
	width:320px;
}
body {
	width:320px;
	font:12px Verdana,Arial,sans-serif;
	background-color:#7a7a7a;
}
label {
	font-size:10px;
	color:#f1ebdf;
}
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#f1ebdf;
}
textarea {
	font:12px 'Andale mono', 'Courier New', monospace;
	width:90%;
	max-width:400px;
	height:72px;
	margin:0;
}
#key {
	font:12px 'Andale mono', 'Courier New', monospace;
	width:75%;
	max-width:340px;
	height:18px;
}
#swap {
	width:35px;
	margin-top:2px;
}
#method {
	margin:10px 0 0 0;
}
#help {
	width:90%;
	max-width:400px;
	font-size:10px;
	color:#f1ebdf;
	margin:12px 0;
}
#disclaimer {
	width:90%;
	max-width:400px;
	font-size:9px;
	color:#f1ebdf;
}