/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-EMail 2.40										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- E-Mail CSS Style																|
|	- wp-content/plugins/adg-sendbymail/email-css.css							|
|																							|
+----------------------------------------------------------------+
*/

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