#console_container
{
	text-align: left;
	z-index: 1000;
	left: 100px;
	position: absolute;
	top: 50px;
	width: 300px;
}

#console_container h4
{
	font-size: 12px;
	background-color: #fff;
	display: block;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	float: left;
}

#console_items
{
	padding: 10px;
	margin: 0;
	background-color: #fff;
	float: left;
	clear: both;
	width: 278px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#console_container .seperator
{
	height: 5px;
	overflow: hidden;
	display: block;
	border-top: 1px dotted #c8c8c8;
	border-bottom: 1px solid #aaa;
}

#complete_border_top
{
	width: 138px;
	border-bottom: 1px solid #aaa;
	height: 20px;
	float: left;
}

.console_item
{
	padding-top: 1px;
	padding-bottom: 1px;
}

#console_container a
{
	color: #00f !important;
	text-decoration: underline;
}
