/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-EMail 2.30										|
|	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 { margin: 20px; }


.wp-email P {
	text-align: left;
	color: #444;
	padding: 5px 10px;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
border: 1px solid #999;
padding: 2px 3px; 
font-size: 14px;
color: #aaa;
width: 400px;
}

textarea { width: 400px; border: 1px solid #999; padding: 2px 3px; font-size: 14px; color: #aaa;}

.Button {
background: #d87a23;
color: #fff;
width: 150px;
height: 16px;
text-transform: uppercase;
font-weight: bold;
}