/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-EMail 2.20										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- E-Mail CSS Style																|
|	- wp-content/plugins/email/email-css.css									|
|																							|
+----------------------------------------------------------------+
*/

form {
	float: left;
	}

	.wp-email form p {
		float: left;
		clear: both;
		padding: 0px 0 0;
		margin: 10px 0 0;
		width: 446px;
		}

	.wp-email input, .wp-email textarea {
		border: 1px solid #cccccc;
		font-family: arial, sans-serif;
		font-size: 1.0em;
		margin: 0;
		padding: 5px;
		width: 340px;
		}

	.wp-email label {
		display: block;
		float: left;
		font-weight: bold;
		margin: 0px;
		width: 90px;
		font-size: 0.95em;
		padding: 4px 4px 0 0;
		}

	.wp-email input {
		float:left;
		}

	.wp-email textarea {
		height: 200px;
		}

.wp-email .submit {
	background: transparent url('../../themes/wp-insideout/i/bg_submitbutton.png') no-repeat;
	border: 0px;
	color: #000;
	font-family: georgia, serif;
	height: 26px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 83px;
	float: right;
}
.wp-email P {
	text-align: left;
	margin: 0;
	padding: 0;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}