/**
 * 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 {
  margin:0;
  padding: 0;
}

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}
.emailcontainer {
  display: inline;
  position:relative;
  height: 20px;
  width: 32px;
}
.emaillabel {
  display: inline;
  font-weight: bold;
  font-size: 11px;
  font-family: arial,helvetica,sans;
  top:50%;
  height:20px;
  margin-top:-10px;
  cursor:pointer;
}

.reutersheader {
height: 70px;
background: url("http://www.reuters.com/resources_v2/images/sprite-horizontal.gif") no-repeat scroll left top transparent;
background-position: 0 -165px;
background-repeat: repeat-x;
border-bottom: 4px solid #FFA200;
}
.reuterslogo {
    text-indent: -9999px;
    background: url("/resources_v2/images/masthead-logo.gif") no-repeat scroll 5px 10px transparent;
    float: left;
    width: 230px;
    height: 70px;
}

#emailform {
  clear: left;
  padding: 8px;
}