/*
+----------------------------------------------------------------+
|																							|
|	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							|
|																							|
+----------------------------------------------------------------+
*/
body { 
background:url(http://www.magemole.com.br/wp-content/themes/magemole/imagens/back.jpg) bottom fixed no-repeat #80c1e9;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #fff;
font-size: 16px;
font-weight:bolder;
}

a{ color: #FFF; text-decoration: none; }

.wp-email P {
	text-align: left;
}
.wp-email label {
	font-family:"trebuchet MS", Arial, verdana;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
/*area de texto */
textarea { border:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #515050; font-size:11px;
width: 300px;
}

.TextField {
width: 300px;
border:0; 
height: 20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #515050; font-size:11px;
}
.Button {
border: 1px solid #fff; color: #fff; background: #B7BDC0; width:85px; height: 35px;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
}
#wp-email-popup { 
	padding: 1em 1em 0;
}