/*
+----------------------------------------------------------------+
|																							|
|	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 {
	font-size:12px;
	text-align:left;
}
.wp-email label {
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}

.TextField {
	background: url(../../themes/default/images/f_nome.png) left top no-repeat transparent;
	border:0 none;
	height:18px;
	margin:0 0 15px;
	padding:4px 10px;
	width:313px !important;
}
.bg_textarea {
	background:url(../../themes/default/images/f_msg2.png) left top no-repeat transparent;
	border:0 none;
	height:95px;
	margin:0 0 15px;
	padding:4px 0px;
	width:330px;
}
	.Forms {
		width:330px;
		height:95px;
		border:0;
		background:none;
	}
.Button {
	background:url(../../themes/default/images/f_bt_enviar.png) top left no-repeat;
	height:24px;
	padding-bottom:4px;
	width:103px;
	border:0;
	float:right;
	font-weight:bold;
	color:#fff;
	font-size:11px;
}
.vcSome {
	clear:both;
}