.powermail_fieldset {
    clear: left;
	border: 0;
	padding:0px;
	margin-bottom: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

.powermail_legend { 
display:none; 
} 

.powermail_label {
display: block;
width: 130px;
float: left;
text-align:right;
font-weight: bold;
color: #626262;
padding-right:20px;
padding-top: 5px;
}

.powermail_field {
font-family: Calibri, Arial, sans-serif;
font-size: 14px;
width: 470px;
padding: 3px;
border: 1px solid #BCC4C9;
border-radius: 2px;
-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.24);
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.24);
background-color:#ffffff;
}
input.powermail_field:focus {
	background-color: #ffffff;
	border: 1px solid #bcc4c9;
	outline: none;
}

.powermail_submit{
	margin: 0px;
	float: right;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 6px 18px 7px 14px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.21);
	box-shadow: 0 1px 1px rgba(0,0,0,0.21);
	background: #3b6f9d;
	background: url(../site_images/arrow_right.png) no-repeat center right -moz-linear-gradient(top,  #3b6f9d 0%, #1a578c 100%);
	background: url(../site_images/arrow_right.png) no-repeat center right -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6f9d), color-stop(100%,#1a578c));
	background: url(../site_images/arrow_right.png) no-repeat center right -webkit-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
	background: url(../site_images/arrow_right.png) no-repeat center right -o-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
	background: url(../site_images/arrow_right.png) no-repeat center right -ms-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
	background: url(../site_images/arrow_right.png) no-repeat center right linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6f9d', endColorstr='#1a578c',GradientType=0 );
	background: url(../site_images/arrow_right.png) no-repeat center right #16548A;
	text-transform: uppercase;
	border:none;
	width:auto;
}

.formError .formErrorContent {
	width: 100%;
	position:relative;
	color: #fff;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
background:moz-linear-gradient(top,  #3b6f9d 0%, #1a578c 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b6f9d), color-stop(100%,#1a578c));
background: -webkit-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
background: -o-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
background: -ms-linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
background:  linear-gradient(top,  #3b6f9d 0%,#1a578c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6f9d', endColorstr='#1a578c',GradientType=0 );
background: #16548A;
}
.formError .formErrorArrow div {
    background: #1a578c ; 
	}