#contact-header {
  background-color: #000000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  margin-top: 10px;
  padding-left: 50px;
  padding-top: 8px;
  width: 450px;
}

#contact-header:hover{
	cursor: pointer;	
}

#contact-body{
	height: 350px;
	width: 498px;
	border: 1px solid #999;
	font-weight: bold;
	color: #999;
	display: none;
}	


#kf_donate{
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

#kf_twitter{
	background-image: url(images/twitter.jpg);
	width: 100px;
	height: 21px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 14px;	
}

.form_title{
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: inline-block;	
}

#plugin-contact{
	margin-left: 20px;	
}