/*
+----------------------------------------------------------------+
|																							|
|	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/wp-email/email-css.css							|
|																							|
+----------------------------------------------------------------+
*/

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: normal;
  font-size:11px;
  color: #009900;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	font-size: 12px;
	font-weight:bold;
	width: 200px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	border: 1px solid #D4E32B;
	background-color: #F8F8F8;
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}

.wpemail_link {
	padding: 0;
	margin: 0;
	border: 0;
}

.wpemail_link a {
	text-decoration: none;
	color: #009900;
	font-size:11px;
	padding: 0;
	margin: 0;
	border: 0;
}

.wpemail_link a:hover{
	text-decoration: underline;
}
.wpemail_link_img {
	margin: 2px 5px 0 0;
	vertical-align:middle;
}
