/**
 * 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
 */


.post{
	padding-top:10px;
}
h2{
font-size:18px;
}
.wp-email form {
	padding:10px;
	width:480px;
	float:left;
	border: 1px solid #ccc;
}
.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;
	padding-right:10px;
}
.TextField, .Forms {
	background:#eee;
	padding:4px 4px 2px 4px;
	border:1px solid #999;
}
.Button {
	padding:8px 8px 6px 8px;
	border:1px solid #666;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}

#Subscribe td input {
border:1px solid #aaa;
background: #eee;
height:17px;
font-size:11px;
}

#Subscribe td textarea  {
border:1px solid #aaa;
background: #eee;
}

#Subscribe td p input {
border:1px solid #aaa;
background: #eee;
padding:10px;
font-size:14px;
}