/*
+----------------------------------------------------------------+
|																							|
|	ccs						|
|																							|
+----------------------------------------------------------------+
*/

.wp-email P {
	text-align: left;
	font-weight: normal;
	background:#ebebeb;
	padding: 10px;
	font-size: 1.0em;
	color: #990000;
	margin: 3px 0 0 0;
}
.wp-email label {
  font-weight: normal;
  	font-size: 1.0em;
	color: #003366;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
padding: 3px;
	border: 1px solid #666666;
}
.Forms {
padding: 3px;
	border: 1px solid #666666;
}

.Button {
background: #003366;
color: #ffffff;
	font-size: 1.0em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 15px 0 0 0;

}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup { 
	padding: 1em 1em 0;
	background:#ebebeb;
font-weight: bold;
font-size: 1.0em;
color: #333333;
}