/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-EMail 2.31										|
|	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 {
	margin: 0px 0 10px -15px;
}

.wp-email p {
	margin: 10px 0 10px 0;
}
.wp-email p.message {
	  margin: 0px -20px 0 0;	
	  float:right;
    border: 1px solid #444;
    padding: 8px;
    background:#292929 url(images/textarea.png) 0 0 repeat-x;
    width:150px;
    height:50px;
    color: #fc14b1;
}
.wp-email p.message2 {
	  margin: 0;	
	  float:left;
    border: 1px solid #444;
    padding: 8px;
    background:#292929 url(images/textarea.png) 0 0 repeat-x;
    width:602px;
    height:100px;
    color: #fc14b1;
    display:block;
}
.wp-email input{
  vertical-align:middle;
    }
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email img {

  vertical-align:middle;
}
.TextField {
}
.Button {

}
