/*
+----------------------------------------------------------------+
|																							|
|	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 {
	margin: 0 0 1px 0;
	font-size: 10px;
	text-align: left;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}

.wp-email input, .wp-email textarea
	{
	margin: 0 0 0 -5px;
	padding: 0 0 0 7px;
	font-size: 12px;
	border: none;
	outline: none;
	}
.wp-email input
	{
	width: 263px;
	height: 25px;
	background: url(images/input_share.gif) no-repeat 0 -5px;
	}
.wp-email textarea
	{
	overflow: hidden;
	width: 281px;
	height: 121px;
	background: url(images/textarea_share.gif) no-repeat 0 -5px;
	border: none;
	resize: none;
	}

.TextField {
}
.wp-email input.Button {
	float: left;
	clear: left;
	width: 43px;
	height: 15px;
	margin: 10px 0 0 0px;
	padding: 0px;
	font-size: 10px;
	background: url(images/btn_share.gif);
	cursor: pointer;
}