/*
+----------------------------------------------------------------+
|																							|
|	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 P {
	text-align: left;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; color:#2f2a2b; font-size: 12px;
}
.wp-email strong{
	color: #990000;
}
.wp-email label{
	color: #2f2a2b;
}
.wp-email em{
	color: #666;
	font-size: 11px;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.wp-email input{ border: 1px dotted #aaa; background: #f5f5f5; }
.TextField { border: 1px dotted #aaa; background: #f5f5f5;  }
.Button {  width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #f5f5f5; }
textarea { border: 1px dotted #aaa; background: #f5f5f5; width: 490px !important; /* IE hack */ height: 200px;}
input #wp-email-submit .Button{ width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #f5f5f5; }
/*.postcomment input:hover, .postcomment textarea:hover { border: 1px dotted #ccc; background: #fff; }
.postcomment input#author, .postcomment input#email, .postcomment input#url { width: 100% !important; width: 456px; /* IE hack  height: 18px; }

.postcomment textarea#comment { width: 573px !important; /* IE hack  height: 200px; }

.postcomment input#submit { width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #f5f5f5; }
.postcomment input#submit:hover { background: #fff; }	*/