/**
 * 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 {
	font-family: Arial, Sans-Serif;
	background-color: #44484F;
	text-align: left;
	background-image: url(http://www.delikatesy.sk/wp-content/themes/mandigo/images/patterns/deli_pattern_brown.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}

.wp-email P {
	text-align: left;
}
.wp-email label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
  font-weight: normal;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
  font-weight: bold;
  font-style:italic;
  color: #C00;
}
#wp-email-required {
	text-align: right;
  	font-weight: normal;
	width: 410px;
}
#wp-email-button {
  font-weight: bold;
  text-align: center;
}
#wp-email-popup {
	background: #fff;
	margin: 20px auto;
	width: 420px;
	padding: 1em 1em 0;
}
em {
	font-size: 1em;	
}