@CHARSET "ISO-8859-1";

body, input {
	background: #000000;
	font: 12px terminal;
	line-height: 14px;
	color: #c0c0c0;
}

input { 

	border-width: 0px;
    height: 14px;
    margin-left: -1px;	
}

/*--- BOX INDEX ---*/
#box_index {
 width: 250px;
 float: center;
 font: 12px verdana,trebuchet,sans-serif;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
 color: #ffffff;
 border-right: 1px dashed #999999;
 border-left: 1px dashed #999999;
 border-top: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
}

textarea:focus, input:focus {
    outline: none;
}