/*
+----------------------------------------------------------------+
|																							|
|	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;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}

/************************************************
*	Mail Form								*
************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
}
label {
	color:#111111;
	font-size:11px;
	font-weight:bold;
}

input.TextField {
	background-color:#FFFFFF;
	border:2px solid #22B3F2;
	font-size:16px;
	padding: 4px;
	margin-bottom: 10px;
	width: 450px;
}
input#imageverify {
	width: 100px;
}
textarea {
	background-color:#FFFFFF;
	border:2px solid #AAAAAA;
	font-size:16px;
	padding: 4px;
	margin-bottom: 10px;
	width: 450px;
}
#wp-email-content a {
	font-size: 12px;
}

#wp-email-submit {
	background: #FFF url(images/btn_submit.gif) no-repeat center top;
	border:0 none;
	cursor:pointer;
	float: right;
	height:38px;
	margin:0;
	padding:0;
	text-indent:-5000em;
	width:100px;
}