/**
 * 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-content {
	margin-left:20px;
	}

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	height: 30px;
	font-size:16px;
	padding-left:4px;
	color: #444;
	font-weight:bold;
}

.Forms {
	font-size:16px;
	padding-left:4px;
	color: #444;
	font-weight:bold;
	line-height:20px;
}

.Button {
	width:120px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	background: url('images/btnbg_gray.gif') repeat-x bottom left #fff;
	padding: 5px 15px;
	text-shadow: #fff 1px 1px 0px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: #fff 0px 0px 1px inset;
	-webkit-box-shadow: #fff 0px 0px 1px inset;

}

.Button:hover {
	border: 1px solid #aaa; color: #000;}
	
.Button:active {
	border: 1px solid #aaa; color: #000;}
	

#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}
