

/* Perlin generator post items */
#schematicPost .post{
	padding: 0;

}
canvas#text-canvas {
	/* padding: 1px; */
	position: relative;
	border: 1px dashed #AAA;
 	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
#text-gen {
	padding: 8px;
	margin: 2px;
	margin-top: 0;
	/* height: 120px; */
	/* border-left: #333333 1px solid;
	border-right: #333333 1px solid; */
	border: #AAAAAA 1px solid;
	min-height: 10px;
}
#text-gen label {
	position: relative;
	display: inline-block;
}
#text-gen input {
	position: relative;
	display: inline-block;
	border: 1px #999 solid;
	height: 12px;
	width: 24px;
	margin-right: 4px;
	top: -1px;
}
#text-gen textarea{
	position: relative;
	display: inline-block;
	border: 1px #999 solid;
	min-height: 75px;
	width: 671px;
	min-width: 671px;
	margin-top: 10px;
}
#text-gen select#font-select {
	width: 140px;
}

#text-gen input.button {
 	left: 4px;
	width: 56px;
	height: 22px;
	border: none;
}
#text-gen option {
	width:40px;
}

#canvas-holder {
	position: relative;
	padding: 8px;
	margin: 2px;
	margin-top: 0;
	border: #AAAAAA 1px solid;
	overflow: auto;
	min-height: 200px;
}

#canvas-info {
	position: absolute;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	width: 98%;
	text-align: center;
	font-size: 12px;
	height: 14px;


	/* border: #AAAAAA 1px solid; */
}

