/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-EMail 2.20										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- E-Mail CSS Style																|
|	- wp-content/plugins/email/email-css.css									|
|																							|
+----------------------------------------------------------------+
*/
.wp-email { padding-left:35px;}

.wp-email p {
	text-align: left;
	font-size:1.2em;
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}

.wp-email h1 {
background-image:url(http://www.ahorraahora.cl/images/bg-h1-comparte-popup.jpg);
background-repeat:no-repeat;
background-position:top left;
text-indent:-9000px;
height:46px;
width:223px;
}

.wp-email label {font-family:Geneva, Helvetica, Arial, sans-serif;color:#433A32;font-size:1.3em;}

.wp-email input.Forms {width:330px;background-color: #FAF9F5;border-width:2px;border-style:solid;border-top-color: #B3A58A;border-right-color: #D1C6AB;border-bottom-color: #D1C6AB;border-left-color: #B3A58A; padding:2px 5px 2px 5px; font-size:1.3em; font-family:Geneva, Helvetica, Arial, sans-serif; margin-top:4px; }

.wp-email textarea {width:333px;background-color: #FAF9F5;border-width:2px;border-style:solid;border-top-color: #B3A58A;border-right-color: #D1C6AB;border-bottom-color: #D1C6AB;border-left-color: #B3A58A; padding:2px 2px 2px 5px; font-size:1.3em; font-family:Geneva, Helvetica, Arial, sans-serif; margin-top:4px; }

