@charset "utf-8";
.textboxstyle {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
	background-color: #000000;
	border: thin none #3F3D3D;
	height: 10;
	width: 10;
}

