@charset "UTF-8";
/* CSS Document */
input{
background-color:#000000;
border-left:none;
border-right:none;
border-top:none;
	border-bottom: 2px dotted #252326;/*#FFED00;*/
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;
}
textarea{
height: 225px;
background-color:#000000;
border-left:none;
border-right:none;
border-top:none;
	border-bottom: 2px dotted #252326;/*#FFED00;*/
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;}
