/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-EMail 2.30										|
|	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							|
|																							|
+----------------------------------------------------------------+
*/


.wp-email {
	background-color: #EAE7E2;
	padding: 10px;
	margin: 10px 0 0 0;
}

.wp-email P {
	text-align: left;
	color: #484848;
	font-weight: normal;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.wp-email img {
	border: none;
	margin: 1px 10px 0 0;
	padding: 3px 3px 4px 3px;
	background: #fff;
}
.wp-email label {
	color: #484848;
	font-weight: bold;
	width:160px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.wp-email input, .wp-email textarea, .wp-email select {
	padding:3px;
	background: #fff; 
	border: 1px solid #eae9e2;
	vertical-align:top;
}
.wp-email textarea {
	width: 322px;
}

.wp-email input:hover, .wp-email textarea:hover, .wp-email select:hover {
	background:#fff;
	border: 1px solid #EEB0BC;
}
.wp-email input:focus, .wp-email textarea:focus, .wp-email select:focus {
	background:#F3F8F8;
	border: 1px solid #EEB0BC;
}
.Button {

}
#wp-email-submit {
	padding:4; 
	margin:0;
	border:none!important;
	background: #E63162;
	color: #fff;
	text-align: left;
}
