/* $Id: loginSlide.css 1.0 2010-10-18 15:44:00 lth $ */
#loginPanel {
	position: absolute;
    width: 300px;
	z-index: 1000;
}

#panel {
	background: #fff;
	border: 1px solid #666;
	font-size: 0.9em;
	padding: 10px;
}

#loginPanel .fieldsetRow {
	clear: both;
	padding-bottom: 5px;
}

fieldset label {
	clear: both;
}

#loginPanel fieldset legend {
	font-weight: bold;
}

#loginPanel .fieldName {
	display: block;
	min-width: 105px;
	float: left;
}

#loginPanel .slide {
	margin: -1px 0 0 0;
	padding: 0;
	background: url(/se_data/se_gfx/16/btn-slide.png) no-repeat center top;
}

#loginPanel .btn-slide {
	background: url(/se_data/se_gfx/16/arrow.gif) no-repeat right -55px;
	border: none;
	text-align: center;
	width: 145px;
	padding: 0px 5px 10px 5px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	text-decoration: none;
}

#loginPanel .active {
	background-position: right 5px;
}

#panel button,
#panel input {
	background: #f4f4f4;
	border: 1px solid #c9c9c9;
}

#loginPanel .button {
	text-align: right;
}

#loginPanel .loginLinks {
	width: 100%;
}

#loginPanel .loginLinks a {
	display: block;
	font-size: 0.9em;
	padding: 3px 0px;
}

#loginPanel .loginLinks a.fb_login_link {
	padding: 3px 0px 3px 30px;
}

.submit {
	cursor: pointer;
}