/* @override http://www.workofheartphoto.com/blog/wp-content/plugins/wp-email/email-css.css?ver=2.50 */

/*
+----------------------------------------------------------------+
|																							|
|	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;
	font-size: 12px;
}

#wp-email-content form p em {
	font-size: 11px;
}

textarea#yourremarks.Forms {
	border: 1px solid silver;
	width: 99%;
}

input#imageverify.TextField {
	margin-top: 10px;
}

#wp-email-popup p a {
	font-size: 11px;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
	width: 98%;
	height: 22px;
	border: 1px solid silver;
	padding-left: 5px;
}
.Button {
	background-image: none;
	border-style: none;
	width: 90px;
	height: 33px;
	background-color: #72665a;
	color: white;
	text-transform: uppercase;
	font: 12px "Century Gothic", Helvetica, "Segoe UI";
	letter-spacing: 1px;
}

#wp-email-content {
	padding: 10px 20px 62px;
	width: 344px;
	background: url(images/emailbg.jpg) no-repeat center top;
}

#wp-email-content form p img {
}
#wp-email-required {
	font-weight: bold;
	font-size: 11px;
}
#wp-email-button {
  text-align: center;
	width: 99px;
	height: 33px;
	margin: 10px auto 0;
}

#wp-email-popup p {
	font-size: 11px;
	margin-bottom: 7px;
}
#wp-email-popup { 
	padding: 1em 60px 0;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	background: #fcfcfc none no-repeat center top;
}