

a:focus {
outline: none;
}


.panel {
	position: fixed;
	top: 50px;
	left: 0;
	display: none;
	border:1px dotted #666;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	height: auto;
	padding: 30px 30px 30px 130px;
	filter: alpha(opacity=85);
	opacity: .85;
	z-index: 100;
	background-color: #333;
}

.panel p{
	margin: 0 0 15px 0;
	padding: 0;
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.signupformfield {
	margin-bottom: 6px;
}
.panel h3{
	margin: 0 0 15px 0;
	padding: 0;
	color: #00A886;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.panel a, .panel a:visited{
	margin: 0;
	padding: 0;
	color: #09C;
	text-decoration: none;
	border-bottom: 1px solid #9FC54E;
}


.panel img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
	position: fixed;
	text-decoration: none;
	top: 175px;
	left: 0;
	font-size: 14px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 20px 40px 20px 15px;
	font-weight: normal;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	z-index: 101;
	background-color: #333;
	background-image: url(/images/login_panel/plus.png);
	background-repeat: no-repeat;
	background-position: 85% 55%;
}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 175px;
	left: 0;
	font-size: 14px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#00A886;
	padding: 20px 40px 20px 20px;
	font-weight: normal;
	background:#222222 url(/images/login_panel/plus.png) 85% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
}

a.active.trigger {
background:#222222 url(/images/login_panel/minus.png) 85% 55% no-repeat;
}


