body{
	margin: 0;
	padding: 0;
	background: black;
	font-family: Arial, verdana;
	font-size: 14px;
	color:white;
}
img{
	border:none;
}
li{
	list-style: none;
}
a{
	color: #f8d965;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
textarea{
	overflow: auto; 
	border: none;
}
#tweetContentWrapper{
	background: url('/kftweet/tweet.jpg');
	width: 400px;
	height: 274px;
	position: absolute;
}
#twitter_username{
	position: absolute;
	top: 60px;
	left: 160px;
	width: 210px;
}
#twitter_password{
	position: absolute;
	top: 116px;
	left: 160px;
	width: 210px;
}
#chars_left{
	position: absolute;
	top: 155px;
	left: 90px;
}
#status{
	position: absolute;
	top: 155px;
	left: 230px;
}
#tweet_area{
	position: absolute;
	top: 171px;
	left: 22px;
	width: 349px;
	height: 62px;
}
#twitter_register_link{
	position: absolute;
	top: 31px;
	left: 173px;
	width: 65px;
	height: 16px;
}
#tweet_button{
	position: absolute;
	top: 243px;
	left: 21px;
	width: 90px;
	height: 20px;
}
#cancel_button{
	position: absolute;
	top: 243px;
	left: 288px;
	width: 91px;
	height: 20px;
}
.borderHover:hover{
	
}
