/**
 * WordPress 2.8 Plugin: WP-EMail 2.50
 * Copyright (c) 2009 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - E-Mail CSS Style
 * - community-content/plugins/community-email/email-css.css
 */

.community-email P {
	text-align: left;
}
.community-email label {
  font-weight: bold;
}
.community-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.community-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#community-email-required {
  font-weight: bold;
}
#community-email-button {
  text-align: center;
}
#community-email-popup {
	padding: 1em 1em 0;
}
