/**
 * 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{
	width:90%;
	float:left;
	margin-top:20px;
}

#wp-email-content form input, #wp-email-content form textarea{
	font-size:12px;
}

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
  border-left:4px solid #a5c65a;
  padding-left:5px;
  color:#000;
}

.wp-email label span{
  font-weight: bold;
  font-size:14px;
  color:#041205;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	width:100%;
	background:#dee7ce;
	border:0 none;
	padding:5px 2px;
}

#yourremarks{
	width:100%;
	background:#dee7ce;
	border:0 none;
	padding:5px 2px;
}

#imageverify.TextField {
	width:auto;
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: left;
}

#wp-email-button #wp-email-submit{
  background:#8dae49;
  border:0 none;
  color:#fff;
  font-weight:bold;
  padding:5px 0;
  }
#wp-email-popup {
	padding: 1em 1em 0;
}
