#sidebarTabs div.MailPress {
	position: relative;
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	border-top: 1px solid #264506;
}
.MailPress .mp-loading {
	display: none; /*this will be reset by mailPress Ajax after submit*/
}
/* these 2 divs are never visible at the same time, so they are located over eachothers */
.MailPress .mp-loading,
.MailPress .mp-message {
	position: absolute;
	top: .6em;
	left: 50%;
	width: 300px;
	margin: 0;
	margin-left: -150px;
}
#sidebarTabs .MailPress form.mp-form {
	margin: 0;
	border: 0;
}
#sidebarTabs .MailPress input.text,
#sidebarTabs .MailPress input[type=text] {
	margin-left: 10px;
	border-color: #264506;
	background-color: #ACC770;
	background-position: left -250px;
	width:200px;
}
#sidebarTabs .MailPress input.MailPressFormSubmit {
	width: auto;
	height: auto;
	margin: 0 0 0 .6em;
	padding: .5em 8px .4em 8px;
	font-size: 1.1em;
	color: white;
	text-transform: uppercase;
	border: 0;
	background: #4D7F11 none;
	cursor: pointer;
	/*css3*/
	text-shadow: 0 0 3px black;
	float:left;
}
#sidebarTabs .MailPress button:hover,
#sidebarTabs .MailPress input.MailPressFormSubmit:hover {
	background-color: #264506;
}
