/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.7 Plugin: WP-EMail 2.40										|
|	Copyright (c) 2008 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							|
|																							|
+----------------------------------------------------------------+
*/
#pop_tpl_body { 
	font-size: 80%; 
	background-color: #f2f1e2;
	text-align: center;	 	 
}

.wp-email { 
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wp-email br { display: none; }

.wp-email p { margin: 15px 0;   }

.wp-email label {    
  text-align: left;
  display: block;
  margin-bottom: 2px;    
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}

.TextField {
}
.Button {
}

#wp-email-required {
  font-weight: bold;  
  border-top: 1px solid #cc1400;
  border-bottom: 1px solid #cc1400;
  padding: 5px 0;
  color: #cc1400;
}
#wp-email-button {  
  display: block;  
}
#wp-email-button input {
	border: 1px double #cccbad;  	
  	color: #000;
  	padding: 5px;
  	font-size: 18px;
}

#wp-email-popup { 
	padding: 1em 1em 0;
	background: none;
}

/* Form styling */

.wp-email input[type=text], .wp-email select, .wp-email textarea, .wp-email input[type=file] { border: 1px solid #d0cfb3; font-size: 1.2em; display: block; }
.wp-email input[type=text]:hover, .wp-email select:hover, .wp-email textarea:hover, .wp-email input[type=file]:hover { border: 1px solid #000; }

/*
input[type=text], select, textarea, input[type=file] { border: 1px solid #d0cfb3; font-size: 1.2em;  }
input[type=text]:hover, select:hover, textarea:hover, input[type=file]:hover { border: 1px solid #fff; }
textarea {width: 100%; height: 18em; }
input[type=text]:focus, select:focus, textarea:focus, input[type=file]:focus { border: 1px solid #000; }
input[type=submit] { border: 3px double #CCC; font-size: 1.4em; }
*/
.wp-email-tb form input, .wp-email-tb form select,  .wp-email-tb form textarea {
margin-bottom:10px;
margin-left:0px;
}

