/*
+----------------------------------------------------------------+
|																							|
|	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-block {
	display: block;
	clear: both;
	text-align: right;
}

#wp-email-block img {
	margin: 0;
	padding: 0 5px 0 0;
	height: 100%;
   vertical-align: middle;;
   
} 

.wp-email P {
	clear: both;
	text-align: left;
}

.wp-email-link {
	clear: both;
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {

}