/*
+----------------------------------------------------------------+
|																							|
|	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 P {
	text-align: left;
	color:#FFF;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
	padding-right:4px;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  float: left;
  width:120px;
  height:35px;
  padding-bottom:3px;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}
#popup {
	 background: #c6c6c6 url('http://dmsistemas.ind.br/wp-content/plugins/wp-email/images/bg.jpg')  no-repeat center top;
}