/*
+----------------------------------------------------------------+
|																							|
|	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-indent:0 !important; text-align:left; }
.wp-email label { font-weight:normal; padding:0 0 5px 0 !important; }
.wp-email-loading {	display:none; text-align:center; }
.wp-email-image { border:0px; }
.TextField, .Forms { border: 1px solid #efefef; width:96%;
  -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
.wp-email #imageverify { width:20% !important; }
.Button { border:1px solid #e0e0de !important; background:#fff; padding:2px 5px; 
  -webkit-border-radius:5px; -moz-border-radius:5px;-khtml-border-radius:5px; border-radius:5px; }
#wp-email-required { font-weight:normal; color:#f58220; }
#wp-email-button { text-align:left; }
#wp-email-popup { padding: 1em 1em 0; }