body {
	background: #000;
	font-family: "Arial";
	font-size: 11px;
	color: #fff;
}

a {
	color: #a3f5ff;
	text-decoration: none;
}

#news li {
	border-bottom: 1px dotted #666;
	padding: 3px 0;
}

#news li.last {
	border-bottom: 0;
	padding-bottom: 0;
}

form {
	margin: 9px 0;
	padding: 0 0 0 6px;
}

label {
	float: left;
	text-transform: uppercase;
	color: #a3f5ff;
	padding: 0;
	margin-right: 5px;
}

input {
	width: 100px;
	float: left;
	background: #353535;
	border: 0px;
	padding: 2px;
	margin-right: 5px;
}

input.submit {
	width: 20px;
	float: left;
	background: #000;
	color: #a3f5ff;
	border: 0px;
	padding: 2px;
	margin-right: 5px;
}

#wrapper {
	width: 375px;
	min-height: 295px;
	background: url('../images/ui/bg.jpg') no-repeat top left;
	padding-top: 270px;
	padding-left: 329px;
	margin: 20px auto;
}

hr {
	background: #fff;
	color: #fff;
	height: 1px;
	border: 0;
	margin: 0;
	clear: both;
}

h1 {
	color: #a3f5ff;
	text-transform: uppercase;
	border-top: #fff 1px solid; 
	border-bottom: #fff 1px solid;
	padding: 4px 0 3px;
	margin: 5px 0;
}

h2 {
	padding: 4px 0 3px;
	margin: 5px 0;
	font-weight: bold;
}

p {
	padding: 0 0 0 0px;
	margin: 9px 0;
	line-height: 125%;
}

.tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tweet .tweet_list li {
	overflow: auto;
}
.tweet .tweet_list li a {
	color: #a3f5ff;
}
.tweet .tweet_list .tweet_even {
	background-color: #91E5E7;
}
.tweet .tweet_list .tweet_avatar {
      padding-right: 1em;
      float: left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}