html,body{
	/*height:100%;*/
}
*{
	margin: 0;
	padding: 0;
}
body{
	background-color:#000;
	margin:0;
	font-size:12px;
	line-height:16px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body *{
	color:#adf;
	text-decoration:none;
	border:0;
}
body > div,
div.outset,
textarea,
input{
	background-color:#111;
	padding:10px;
}
textarea{
	border: 1px solid #222;
}
input,
div.inset input{
	padding: 0;
	border: 1px solid #222;
}
body > div textarea,
body > div input,
body > div table,
div.inset{
	background-color:#000;
}
body > div.inset,
div.inset > div.inset{
	background-color: transparent;
}
button{
	background-color:#000;
	border-width: 1px;
	border-style: solid;
	border-color: #adf #000;
	margin:1px 0;
	padding:2px 6px 2px 2px;
	text-align: left;
	cursor: pointer;
}
button:hover{
	border-color: #fff #000;
	padding:2px 2px 2px 6px;
}
h1{
	margin:0 0 6px;
	text-align:center;
}
hr{
	background-color:#adf;
	height:2px;
}
a .description{
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
	a .description:before{
		content: ":: ";
	}
	a:hover .description{
		display: block;
	}
a img{
	border: 0 none;	
}
.appear,
button{
	visibility:hidden;
}

.window_border{
	position:relative;
	z-index:2;
	border:1px solid #111;
	padding:0.2em;
	margin:0.5em;
	/*background:transparent url('window.background.gif');*/
	background:#000;
}

.window_content{
	border:2px solid #222;
	padding:6px;
}

.profile{
	z-index:2;
	/*background:transparent url('window.background.gif');*/
	background:#000;
}
.profile *{
	line-height:15px;
}
.profile a{
	border-bottom:1px dashed #444;
}
.profile a:hover{
	color:#fff;
	border-color:#fff;
}
.profile th{text-align:right}
.profile td{text-align:left;padding:0}
.profile pre{
	font-family:"Lucida Console","Courier New",Monospace;
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:0;
}
.profile hr{
	border:0 solid #111;
	border-top-width:2px;
	height:0;
	background-color:transparent;
	margin:0.3em 0;
}
.profile h1{
	text-align:center;
	margin:0.5em 0;
}