/* @override 
	http://127.0.0.1/~fernando/webspectacular/styles/styleV2test/css/loginForm.css
	http://localhost/~fernando/webspectacular/styles/styleV2test/css/loginForm.css
*/

.loginFormPopUp {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url(popup_bkg.png);
	z-index: 9000;
}

.loginFormContainer {
	display: block;
	width: 500px;
	min-height: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: white;
	border: 2px solid #212121;
}

.signUpFormContainer {
	display: block;
	width: 100%;
	min-height: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-color: white;
}


.loginFormTitle {
	margin-left: 20px;
	margin-right: 20px;
}

.loginForm {
	margin: 30px 10px 10px;
}

.loginErrorMessage {
	color: #d8120f;
	text-align: center;
	font-size: 12px;
}

.closeSessionControl {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 260px;
}

.sessionInfoLabel {
	float: left;
}

.closeSessionLink {
	float:left;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 3px;
}

.editCurrentUserLink {
	float:left;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	margin-right: 15px;
}

.closeSessionLink:hover {
}

.closeSessionLink:action {
}

.closeSessionLink:visited {
}

.privateDataNotice {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border: 1px solid #a6a6a6;
}