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

/** Custom by ICE **/
body {
	height:100%;
	margin:0;
	min-width:465px;
	color:#321621;
	font:12px/16px Georgia, Arial, Verdana, sans-serif;
	background:#fff;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

#ice-email-header
{
	background: transparent url(email-a-friend.jpg)	no-repeat;
	height: 110px;
	width: 465px;
}
.ice-email-title
{
	background: transparent url(email-a-friend-bg.jpg) no-repeat;
	height: 68px;
	width: 465px;
	padding: 10px 0 0 10px;	
}