

div.keynote
{
	padding: 10px 20px;
	background: #334376;
	color: white;
	min-height: 550px;
	margin-bottom: 16px;
}

div.keynote a
{
	color: white;	
}

h1
{
	margin: 0px 0px 10px 0px;	
}

h2
{
	margin: 10px 0px 5px 0px;	
}

h3
{
	margin: 5px 0px;
}

p
{
	font-size: 10pt;
	margin: 0px 0px 10px 0px;	
}

div#applet_content img.float_left
{
	float: left;
	margin-right: 10px;
}

/* form elements */

div#applet_content form
{
	padding: 0px 30px;
	border: 1px solid #aaa;	
}

div#applet_content input
{
	margin: 5px 0px;	
}

/* links badges */

div#applet_content a.badge
{
	position: absolute;
	top: 20px;
	
	text-decoration: none;
	
	padding-left: 20px;
	color: #abc;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

div#applet_content a.facebook
{
	right: 200px;
	background-image: url(images/social/facebook.png);	
}

div#applet_content a.twitter
{
	right: 125px;
	background-image: url(images/social/twitter.png);	
}

div#applet_content a.flickr
{
	right: 50px;
	background-image: url(images/social/flickr.png);	
}
