/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-EMail 2.31										|
|	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 P {
	text-align: left;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
textarea{
	border-color:#D7D7D7 #BDBCBD #BBC6CD;
	border-style:solid;
	border-width:1px;
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
	line-height:normal;

	width:300px;
}
.TextField {
	border-color:#D7D7D7 #BDBCBD #BBC6CD;
	border-style:solid;
	border-width:1px;
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
	line-height:normal;
	width:300px;
}
.Button {
	border: 1px solid #333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
}
label, em {
	font-size:xx-small;
}