/*
+----------------------------------------------------------------+
|																							|
|	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-popup { 
	padding: 0 1em;
	text-align: left;
}
.wp-email p {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email input.TextField {
	width: 260px;
}
.wp-email input#imageverify {
	width: 60px;
}
.wp-email textarea {
	width: 260px;
	height: 50px;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
#wp-email-required {
	display: none;
}
