/*
+----------------------------------------------------------------+
|																							|
|	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							|
|																							|
+----------------------------------------------------------------+
*/

.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 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/input-text-201.gif) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:25px;
	padding:8px 8px 0;
	width:185px;
	padding-bottom: 15px;
}
#emailpopup #commentform label {
  font-size:12px;
  padding:8px 0 0 10px !important;
  display:block;
  float:left;
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button input {
	width:190px;
	height:35px;
	background:url(images/btn-odeslat-doporuceni.gif) no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}
#wp-email-popup { 
	text-align: left;
	margin-left: 40px;
}

#emailpopup {
	background: #fff;
}

#emailpopup h3#comments,#emailpopup h3#respond{
  margin: 20px 0px;
}
textarea#yourremarks{
	padding:8px;
	width:497px;
	height:176px;
	background: url(images/textarea-513.gif) no-repeat top left;
	_background-attachment: fixed;
	margin:0 0 12px 0;
	font-family:tahoma;
	font-size:12px;
	border:0;
	float:left;
	overflow: auto;
	position: relative;
}
#emailpopup #commentform #submit{
	width:167px;
	height:35px;
	background:url(images/btn-odeslat-doporuceni.gif) no-repeat;
	border:0;
	padding:0;
	margin:0 0 0 92px;
	cursor:pointer;
}
#emailpopup #error {
	color: red;
	margin-bottom: 15px;
}