/*
+----------------------------------------------------------------+
|																							|
|	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									|
|																							|
+----------------------------------------------------------------+
*/
body
{
	font: 74%/1.6em verdana, arial, tahoma, sans-serif; 
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	//background: #ecf1a4;
}
div.emailpopupcontainer {
	width: 450px; 
	background-color: #ecf1a4; 
	border: 2px solid #cccccc;
	padding: 5px; 
	margin: 0px auto;
}

.wp-email P {
	text-align: left;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.wp-email input {
	//background: #FCF2D3;
    border: 1px solid #F6E497;
}
.wp-email textarea {
	width: 98%;
	//background: #FCF2D3;
	border: 1px solid #F6E497;
}
.wp-email button {
	background: #D26D2A;
	padding: 2px 10px;
	border: 2px solid #D26D2A;
	color: #fff;
	font-weight: bold;
}
