.simplemodal-overlay {
	background: #fff;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

#hello-frontendlogin-form .simplemodal-close {
	background: url(hello-frontendlogin.png) 0 -280px no-repeat;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
}

#hello-frontendlogin-form .simplemodal-close:hover {
	background-position: -30px -280px;
}

#hello-frontendlogin-form .simplemodal-close:active {
	background-position: -60px -280px;
}

#hello-frontendlogin-form .modal-login {
	background: url(hello-frontendlogin.png) no-repeat;
	display: none;
	font: 13px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	height: 170px;
	padding: 95px 40px 10px;
	text-align: left;
	width: 260px;
}

#hello-frontendlogin-form .modal-login div {
	margin: 0 0 6px;
}

#hello-frontendlogin-form .modal-login label {
	clear: left;
	float: left;
	font-size: 11px;
	padding: 1px 0 1px 3px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#hello-frontendlogin-form .modal-login input {
	background: #eee;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 13px 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	padding: 5px 3px;
	width: 250px;
}

#hello-frontendlogin-form .modal-login button {
	background: #eee;
	border: 1px solid #666;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: #333;
	font-size: 13px;
	margin: 10px 0 0 3px;
	padding: 3px 10px;
}

#hello-frontendlogin-form .modal-login p.error {
	color: #ff4200;
	font-size: 11px;
	font-weight: bold;
	left: 116px;
	position: absolute;
	top: 217px;
}
