/*

+----------------------------------------------------------------+

|																							|

|	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							|

|																							|

+----------------------------------------------------------------+

*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.wp-email P {

	text-align: left;

}
.wp-email p em {
	font-size:11px;
}
.wp-email label {

  font-weight: bold;

}

.wp-email-loading {

	display: none;

	text-align: center;

	height: 16px;

}

.wp-email-image {

	border: 0px;

}

.TextField {

}

.Button {

}

#wp-email-required {
	display:none;

  font-weight: bold;

}

#wp-email-button {

  text-align: left!important;

}

#wp-email-popup { 

	padding: 1em 1em 0;

}