.tab {
	overflow:hidden;
	list-style:none;
	width: 680px;
}
.tab li {
	background:#ccc;
	padding:5px 25px;
	float:left;
	margin-right:1px;
}
.tab li.select {
	background:#eee;
}
.content {
	list-style:none;
	width: 680px;
}
.content li{
	background:#eee;
	padding:20px;
}
.hide {
	display:none;
}
.textDisplay {
	font-family: monospace;
}
.inputContent{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}
.inputOverlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
