/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-EMail 2.40										|
|	Copyright (c) 2008 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 {
    padding-bottom:0;
}
.wp-email P {
	text-align: left;
	font-family:'Verdana';
	font-size:11px;
	color:#000000;
	padding-left:10px;
}

#yourremarks {
font-family:"Verdana";
font-size:11px;
border-color:#666666;

}

.wp-email label {
  text-transform:capitalize;
}

.wp-email form {
  padding:0;
  margin:0;
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 14px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
    font-family:'Verdana';
	font-size:11px;
	border-color:#666666;
}

.Forms {
    font-family:'Verdana';
	font-size:11px;
	border-color:#666666;
}

.Button {
    border:2px #000000 solid;
	background-color:#cccccc;
	font-family:"Verdana";
	font-size:11px;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: left;
  text-transform:capitalize;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}