.block-simplenews {
	position: absolute;
	width: 170px;
	height: 40px;
	margin: 0;
	top: 21px;
	left:383px;
	overflow: hidden;
}
.logged-in .block-simplenews {
	top:-40px;
}
.logged-in .block-simplenews .hover {
	top:-19px !important;
}
.front .messages {
	float:left;
}
.block-simplenews form {
	padding:0;
	margin:0;
	position:relative;
}
.block-simplenews .form-item {
	float: left;
	margin:10px 0;
}
.block-simplenews  #edit-mail-wrapper label {
	display:none;
}
.block-simplenews .normal a {
	color: #fff;
	font-family: 'OpenSansBold', sans-serif;
	text-decoration:none !important;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	line-height:43px;
}
.block-simplenews a img {
	float:left;
	-moz-transition: margin-top 0.1s ease-in-out 0s;
	-webkit-transition: margin-top 0.1s ease-in-out 0s;
	-o-transition: margin-top 0.1s ease-in-out 0s;
	-ms-transition: margin-top 0.1s ease-in-out 0s;
	transition: margin-top 0.1s ease-in-out 0s;
}
.block-simplenews a:hover img {
	margin-top:-4px;
}
.block-simplenews .normal a .color {
	color: #02a4b3;
}
.block-simplenews .normal a:hover {
	text-decoration: underline;
}
.block-simplenews .hover {
	position: absolute;
	width: 185px;
	height:88px;
	background: #1b1b1b;
}
.block-simplenews .form-radios {
	clear: both;
}
.block-simplenews .form-radios .form-item {
	margin-left: 4px;
	margin-top:1px;
}
.block-simplenews .form-radios .form-item label {
	color: #fff;
	font-size: 0.85em;
}
.block-simplenews .form-text {
	background: #fff;
	color: #89B059;
	border: 0;
	height: 23px;
	line-height: 23px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	margin-left: 5px;
	padding: 0;
	text-indent: 3px;
	width: 148px !important;
}
.block-simplenews .form-submit {
	position:absolute;
	border:0;
	width:23px;
	padding:0;
	height: 23px !important;
	background: #fff;
	color: #2f2e2e;
	z-index: 50;
	top:10px;
	left:155px;
}
.block-simplenews .form-submit:hover {
	background:#89B059;
}
.logged-in .block-simplenews .form-submit {
	width: auto;
}
.logged-in .block-simplenews .form-item {
	margin-left: 10px;
	color: #fff;
}
.block-simplenews a.close {
	margin-left:170px;
	text-decoration:none;
	background:url("../images/navigation/close.jpg") no-repeat 2px 1px;
	width:13px;
	height:13px;
	display:block;
	text-indent:-9999px;
}
.block-simplenews a.close:hover {
	color:#fff;
}


