/*
+----------------------------------------------------------------+
|																							|
|	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							|
|																							|
+----------------------------------------------------------------+
*/

#email { background-color:#f1f1f1; }
#email body, form { margin:0px; }
#email ul { margin:0px; padding:0px; }
#email li { font-size:11px; list-style:none; float:left; padding:3px 5px 3px 0px; }
#email .warning { font-size:10px; }
.wp-email P {
	background:none;
	text-align: left;
	font-size:11px;
	margin:0px;
}
#wp-email-popup .titulo1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333333;
	font-style:italic;
	background:none;
	text-align:left;
	margin:0px;
}
#wp-email-popup .titulo2 {
	color:#999999;
	background:none;
	text-align:left;
	margin:0px;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
#email .TextField, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border:0px;
	width:261px;
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	background-color:#f1f1f1;
	padding: 0px 0px 0px 5px;
}