/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-EMail 2.50										|
|	Copyright (c) 2009 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							|
|																							|
+----------------------------------------------------------------+
*/
body {
	margin:0;
	padding:0;
/*	background:#4B8888;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wp-email p {
	text-align: left;
	margin:0 0 10px 0;
	color:#fff;
}
.wp-email em {
	font-size:10px
}
.wp-email label {
	font-weight: bold;
}
.wp-email input {
	padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	background:1px solid #000;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
	font-weight: bold;
}
#wp-email-submit {
	font:12px Arial, Helvetica, sans-serif;
	background:#c00;
	padding:5px;
	border:0;
	color:#fff;
	cursor:pointer;
}
#wp-email-button {
	border:0;
}
#wp-email-popup {
	padding: 1em 1em 0;
}
