/**
 * 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;
	margin-top	: 10px;
}
.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 h2.wp-email
{
	font		: bold 26px Georgia, Times, 'Times New Roman', serif;	
	margin		: 0 0 5px 0;
	color		: #d4f1ff;
	text-shadow	: #1a3644 0 -1px 0;
}
#wp-email-popup p.first { margin: 0; }

input#imageverify { width: 100px; margin-left: 5px; }

textarea#yourremarks { height: 100px; }

input#wp-email-submit
{
	border-top		: #357fa6 1px solid;
	border-left		: #357fa6 1px solid;
	border-bottom	: #081d28 1px solid;
	border-right	: #081d28 1px solid;
	color			: #FFF;
	text-transform	: uppercase;
	padding			: 6px 10px;
	margin			: 5px 10px 5px 0;
	font			: bold 10px Arial, sans-serif;
	background		: #1c6282;
}

#wp-email-popup 
{
	padding		: 20px 30px;
	color		: #FFF;
	background	: url(images/wp-email-popup_bg.png) top left repeat-x;
}

p#wp-email-required { color: #300; }

#wp-email-popup a { color : #FFF; padding: 2px 4px;}
#wp-email-popup a:hover { background: #FFF; color: #1c6282; }

#wp-email-popup #wp-email-content { padding: 10px 20px 20px 20px; margin-top: 10px; background: #FFF; color: #000; }
#wp-email-popup #wp-email-content em { color: #666; }

#wp-email-popup #wp-email-content a { color: #1c6282; }
#wp-email-popup #wp-email-content a:hover { color: #1c6282; }