html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	cursor:default;
	/* color: black;
	background: white; */
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body{
	background:#fff;
	color:#bbbbbb;
	font-family:'Anonymous Pro','Courier New';
}
#wrapper{
	margin:10px;
	left: 5%;
	top:13%;
	position: absolute;
	
}

input#command{
	height:1em;
	width:1em;
	border:none;
	background:#ffffff;
	color:#ffffff;
	font-family:'Anonymous Pro','Courier New';
	padding:0;
	font-size:15px;
	text-align:left;
	color:transparent;
	cursor:none;
}
input#username{
	height:1em;
	width:1em;
	border:none;
	background:#ffffff;
	color:#ffffff;
	font-family:'Anonymous Pro','Courier New';
	padding:0;
	font-size:15px;
	text-align:left;
	color:transparent;
	cursor:none;
}
input#password{
	height:1em;
	width:1em;
	border:none;
	background:#ffffff;
	color:#ffffff;
	font-family:'Anonymous Pro','Courier New';
	padding:0;
	font-size:15px;
	text-align:left;
	color:transparent;
	cursor:none;
}
#command_copy{
	float:left;
	height:15px;
	font-size:15px;
	font-family:'Anonymous Pro','Courier New';
	background:url('images/blink.gif')no-repeat right top;
	padding-right:5px;

}
#user{
	float:left
}
#reply{
	
}

#HeaderLeft {
	top: 5%;
	left: 5%;
	position: fixed;
	width: 112.5px;
	padding-top: 0px;
	font-family: arial;
	font-size: 56px;
	color:#000;	
	z-index: 5;
	font-weight:bold;
	letter-spacing:.15em;
	}
#HeaderRight {
	top: 5%;
	left: 80%;
	position: fixed;
	width: 112.5px;
	padding-top: 0px;
	font-family: arial;
	font-size: 56px;
	color:#000;	
	z-index: 5;
	font-weight:bold;
	letter-spacing:.15em;
	}


.clear{
	clear:both
}
.lastcmd{color:#cc9900}
.highlight{color:blue}
.link{color:#0099cc}
.hashtag{color:#cc6600}
.mentions{color:#9999cc}
.self{color:red}
.rt{color:#888888}