/*
 * Copyright 011  Andrew Alba  (Alba Web Studio)
 * The unique combination of images, colors, sizes, typography, 
 * and positioning ("the design") of this plugin is copyright 
 * Alba Web Studio (http://albawebstudio.com) and may not be reproduced.
 */
 
/* FEEL FREE TO EDIT BELOW AT YOUR OWN RISK */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
form#wppp_form { 
	margin:1em 0 2em;
	padding:2em; 
	background-color:#fff;
	border: 1px solid #3465a4;
}
#wppp_logo {
	height:48px;
	margin-top: -22px;
	padding: 12px;
	color: #0074a2;
	width: auto;
	float:right;
	color: #21759b;
	background: url('http://s.wordpress.org/about/images/logos/wordpress-logo-notext-rgb.png') no-repeat .5em center #eeeeee;
	background-size: 62px 62px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid #3465a4;
}
#wppp_logo h1{
	margin: .2em;
	margin-left: 72px;
	font-family: 'Amaranth', sans-serif;
	font-size: 48px;
	text-shadow: 2px 2px 2px #aaa;
}
#wppp_logo h1 span{
	font-family: 'Mrs Sheppards', cursive;
	font-size: 36px;
	text-shadow: 2px 2px 2px #aaa;
}
form#wppp_form dl {
	position:relative;
	width:auto;
}
form#wppp_form dt {
	clear:both;
	float:left;
	width:120px;
	padding:0 0.5em 0.25em 0;
	text-align:left;
}
form#wppp_form dd {
	float:left;
	width:auto;
	margin:0 0 0.5em 0;
	padding-left:0.75em;
}
form#wppp_form em { color:#f57900; }