/*
+----------------------------------------------------------------+
|																							|
|	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 {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}

.TextField {
}

.Button {
	width: 59px;
	height: 26px;
	display: block;
	padding: 0px;
	margin: 15px 426px 25px 0px;
	border: 0px;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	background: url(http://www.brokencords.com/wp-content/themes/brokencords/images/submit-button.jpg) no-repeat left top;
	text-indent: -9999em;
}

#wp-email-required {
  font-weight: bold;
}

#wp-email-button {
  	text-align: left;
}

#wp-email-popup { 
	padding: 1em 1em 0;
}