/**
 * 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
 * - wp-content/plugins/wp-email/email-css.css
 */
.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: normal;  font-size:11px;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}
.Button {

}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;	background:#f0f0f0;	padding:20px;
}
#wp-email-popup form {	margin:20px 0 0 0;}
#wp-email-popup form p {	margin:0 0 10px 0; text-align:left;	font-size:13px;	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#wp-email-popup em {font-size:11px; color:#666; } 
#wp-email-popup textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	border:1px solid #ccc;
	width:330px;
}
#wp-email-popup h3 {
	font-size:14px;
	font-weight:normal;
}
