/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-EMail 2.11										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- E-Mail CSS Style																|
|	- wp-content/plugins/email/email-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-email P {
	text-align: left;
}

input {
	border:0px solid #999999;
	font-size:8.25pt;
	color:#777;
	padding:3px 7px 3px 5px;
	margin:3px 0;
	}
button {
	background:url(images/btn_tile.gif) repeat-x top center #CCC;
	border:1px solid #CCC;
	padding:1px 5px;
	margin:0px 0;
	font-size:8.25pt;
	}
button a {
	text-decoration:none;
	font-size:8.25pt;
	font-weight:bold;
	}
button a:hover {
	color:#206CA0;
	}