/*
+----------------------------------------------------------------+
|																							|
|	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 {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}

#wp-email-content label {
	width: 300px; 
	margin: 0;
	display: block;
	text-align:left;
	vertical-align:top;
	color: #074d79;
	font: 14px Arial, Helvetica, sans-serif;
}

#wp-email-content input,
#wp-email-content textarea { 
	padding:6px;
	margin: 10px 10px 25px 0; 
	border: 1px solid #bcb9ad;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	vertical-align: top;
	display: block;
}

#wp-email-content textarea,
#wp-email-content input {
	width: 320px; 
	font: 12px Arial, Helvetica ,sans-serif;
	color: #000;
}

#wp-email-content textarea {
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:auto;
}
#wp-email-button input	{ 
	padding: 0;
	margin: 0;
	font-size: 21px;
	line-height: 25px;
	font-family: Georgia, Times, serif;
	color: #fff;
	background:url(../cforms/images/elkuldes-gomb.png) repeat-x; 
	display: block;
	width: 152px;
	height: 48px;
	border: 0;
	text-align: center;
	padding: 0 15px 0 0px;
	cursor: pointer;
	outline: none;
	float: right;
}

#wp-email-button {
	background-color: #ff0;
	width: 335px;
}

#wp-email-content p {
	margin: 0;
	padding: 0;
}

#wp-email-content {
	font-size: 0px;
	line-height: 0px;
}

#wp-email-content form {
	padding-top: 10px;
}