/*
+----------------------------------------------------------------+
|																							|
|	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 {
	font-size: 12px;
	padding: 20px;
	}
.wp-email label {
	float: none;
	width: auto;
	}
.wp-email textarea {
	float: none;
	}
.wp-email .text {
	float: none;
	}
form {
	margin: 0;
	width: auto;
	}