/**
 * 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{
	
	font-size:14px;
	
	}

.wp-email P {
	text-align: left;
}
.wp-email label {
	float:left;
  font-weight: bold;
  clear:both;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	float:left;
	border:1px solid #9ADCF2;
	background:#faf8f8;
	color: #9ADCF2;
	font-size: 13px;
	height: 18px;
	margin:1px 5px 1px 5px;
	clear:both;
}
	
.Button {
	margin:20px 0px 0px 20px;
}
#wp-email-required {
	float:left;
  	font-weight: bold;
  	clear:both;
	font-size:12px;
	margin-left:290px;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}
