/*
Custom styles for plugin wp-email
*/

.wp-email P {
	text-align: left;
}
.wp-email label {
color:#AAAAAA;
font-family:Trebuchet MS,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:left;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}

.TextField ,
#yourremarks{
width: 400px;
background:#FFFFFF url(images/field-bg-top.gif) repeat-x scroll left top;
border:1px solid #AAAAAA;
color:#888888;
font-family:Trebuchet MS,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px;
vertical-align:top;
}

#imageverify {
width: 40px;
}

.Button {
background:transparent url(images/button-bg.gif) repeat-x scroll 0 0;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;
border-style:solid !important;
border-width:1px !important;
font-size:0.8em;
margin:0;
padding:2px 1em;
width:auto;
}

.TextField:hover,
.Button:hover,
#yourremarks:hover {
background:#FFFFFF url(images/field-bg-bottom.gif) repeat-x scroll left bottom;
border:1px solid #FFCC00;
}

#yourremarks {
font-family:arial;
font-size:0.9em;
overflow:auto;
}

#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	padding: 1em 1em 0;
}

.WP-EmailIcon {
	opacity: 1;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.WP-EmailIcon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}