#securehiddenlogin {
	right: 0;
	position:fixed;
	z-index: 77777;
	height: 16px;
	width:32px;
	background: #464646 url("lock.png") no-repeat;
	color: #ccc;
	overflow:hidden;
	cursor:pointer;
}
#securehiddenlogin.editsee {
	top:0;
}
#securehiddenlogin.the_net {
	bottom:0;
	background-image:none !important;
	background-color:transparent;
	height:32px;
	color:black;
}
img#wpstats { display:none; } /* fix conflict with 'the net' style and jetpack */
#securehiddenlogin.hidden {
	display:none;
}
#securehiddenloginform input[type=text],#securehiddenloginform input[type=password]{
	margin:0;
	border-radius:0;
	border:none;
	margin-right:30px !important;
	height:24px !important;
	width:auto;
	padding:1px;
	font-size:18px;
}
#securehiddenloginform input[type=submit],#securehiddenloginform input[type=button] {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	top:0px;
	padding:5px 10px 5px 10px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #32ac41;
	background: -webkit-gradient(linear, left top, left bottom, from(#32ac41), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #32ac41,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#32ac41', endColorstr='#4e7d0e');
}
#securehiddenloginform input[type=submit]:hover {
	text-decoration: none;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
#securehiddenloginform input[type=submit]:hover {
	position: relative;
	top: 1px;
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}