/**
 * 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
 */

.wp-email P {
	text-align: left !important;
	margin:10px 0 0 0 !important;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	margin:0 0 10px 0;
}

.Button {
background:#00AEEF none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
padding:5px 10px;
text-transform:uppercase;
}

#wp-email-required {
float:right;
font-size:10px !important;
font-weight:bold;
margin:-28px 0 0 !important;
}
#wp-email-button {
}
#wp-email-popup {
	padding: 1em 1em 0;
}
