/**
 * 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
 */

body {

min-width:480px;
margin:0;
padding:0;
}

#wp-email-popup {
	padding: 0 20px 150px 20px;
	background: #212121 url(images/email_header.gif) 10px 16px  no-repeat;
	color:#fff;
	position:relative;
}

.topEmail {
	padding:130px 0 0 0;
}

.wp-email P {
	text-align: left;
	width:210px;
}
.wp-email label {
  font-weight: bold;
}

.yourremarks {
background: url(images/message.gif) 0 0 no-repeat;
float:right;
width:223px;
position:absolute;
top:175px;
left:230px;
}

.yourremarks textarea {
width:223px;
height:190px;
background:#191717;
border: 1px solid #000;
color:#a9a9a9;
text-indent:4px;
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}

.yourname {
	background: url(images/your_name.gif) 0 0 no-repeat;
}

.youremail {
	background: url(images/your_email.gif) 0 0 no-repeat;
}

.friendsname {
	background: url(images/friends_name.gif) 0 0 no-repeat;
}

.friendsemail {
	background: url(images/friends_email.gif) 0 0 no-repeat;
}

.wp-email-image {
	border: 0px;
}
.TextField {
width:203px;
background:#191717;
border: 1px solid #000;
color:#a9a9a9;
text-indent:4px;
}

#close a {
	color:#a9a9a9;
	width:400px;
	margin:130 0 0 180px;
}

.Button {
	background: url(images/send.gif) 0 0 no-repeat;
	width:99px;
	height:35px;
	position:absolute;
	top:400px;
	left:359px;
	border:none;
}
#wp-email-required {
  font-weight: bold;
  display:none;
}
#wp-email-button {
  text-align: center;
}
#wp-email-content {
	padding: 173px 0 0 0;
}
