/*
+----------------------------------------------------------------+
|																							|
|	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							|
|																							|
+----------------------------------------------------------------+
*/

#wp-email-popup{
	padding: 0 1em 1em 1em;
	width: 460px;
	height: 260px;
	margin: -2px auto;
}

#wp-email{
	height: 220px;
	width: 460px;
	background-image: url(images/emailthisformBKG.png);
	padding: 0 0 0 5px;
	margin-left: -5px;
	overflow: hidden;
}

.wp-email P{
	text-align: left;
	margin: 0px 0 4px 0;
	color: #403f3f;
}

.wp-email P.emailboxerror{
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin-left: -4px;
	color: #C00;
	width: 100%;
	height: 100%;
	background-image: url(images/error-4.png);
	background-repeat: no-repeat;
	background-position: 16px 22px;
	background-color: #FFF;
	font-weight: bold
}

P.emailboxwait{
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin-left: -4px;
	color: #C00;
	width: 100%;
	height: 100%;
	background-image: url(images/error-4.png);
	background-repeat: no-repeat;
	background-position: 10px 22px;
	background-color: #FFF;
	font-weight: bold
}

#emailboxrefresh{
	display: block;
	margin-left: 176px;
	margin-top: 10px;
	width: 104px;
	height: 23px;	
	background: url(images/refresh.BTN1.png) no-repeat;
	padding: 0;
	cursor: pointer;
	background-color: transparent;	
	border: 0;
	resize: none;
	outline-style: none;
	overflow: hidden;
}

#emailboxrefresh:hover{
	display: block;
	background: url(images/refresh.BTN2.gif) no-repeat;
	cursor: pointer;
}

.wp-email P.emailboxvalid{
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	margin-left: -4px;
	color: #669933;
	width: 100%;
	height: 100%;
	background-image: url(images/valid-01.png);
	background-repeat: no-repeat;
	background-position: 16px 22px;
	background-color: #FFF;
	font-weight: bold
}

.wp-email label{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.wp-email-loading{
	display: none;
	float: left;
	margin: -9px 0 0 60px;
	text-align: center;
	height: 16px;
}

.wp-email-image {
	border: 0px;
}

#wp-email-required {
	float: right;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: -10px;
	margin-top: 10px; 
}

#wp-email-popup form input{
	height: 16px;
	padding: 0;
	border: 0;
	outline-style: none;
	margin-left: 3px;
}

#wp-email-popup form input:focus{
	background-image: url(images/emailthisboxarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

#youremail{
	margin: 3px 0 0 0;
	width: 320px;
}

#yourremarks{
	height: 58px;
	width: 410px;
	margin: 6px 0 0 3px;
	padding: 0;
	border: 0;
	outline-style: none;
	overflow: auto;
	resize: none;
}

#yourremarks:focus{
	background-image: url(images/emailthisboxarrow.png);
	background-repeat: no-repeat;
	background-position: 390px 0px;
}

#friendemail{
	margin: 7px 0 0 0;
	width: 320px;
}

#imageverify{
	float:left;
	width: 48px;
	margin-top: 5px;
}

#wp-email-popup img{
	float:left;
	margin-top: 4px;
	margin-right: 2px;
}

.separateinfo{
	font-weight: bold;
}

#wp-email-submit{
	float:right;
	margin-right: 20px;
	width: 67px;
	height: 16px;
	background: url(images/emailthisBTN1.png);
	cursor: pointer;
	font-size: 0;
}

#wp-email-submit:hover{	
	background: url(images/emailthisBTN2.png);
}