/*
 * 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:69px;
	background: url(wp-pluspoints-logo.png) no-repeat 0 center;
	/*text-indent: -999999px;*/
	width: 248px;
	float:right;
}
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; }