.frmLoginBackground {
	background-image: url(../img/backLogin.jpg);
	
}
.logoBack {
	background-image: url(../img/logo.jpg);
}

.loginText {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.logoutText {
	font-weight: normal;
}

.loginText a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.LoginEdit {
	font-size: 7pt;
	height: 17px;
	border: solid 1px black;
	width: 125px;
	background-image: url(../img/friendsEditBackground.gif);
	background: url(../img/friendsEditBackground.gif);
	background-repeat: repeat-x;
	background-color: white;
}

.loginInput {
	padding: 0px 5px 0px 5px;
}

.SecondLoginEdit {
	font-size: 8pt;
	height: 20px;
	border: solid 1px black;
	width: 113px;
	background-image: url(../img/friendsEditBackground.gif);
	background: url(../img/friendsEditBackground.gif);
	background-repeat: repeat-x;
	background-color: white;
}

.loginForgotText {
	color: white;
	font-size: 7pt;
	white-space: nowrap;
}

.loginForgotText a {
	color: white;
	text-decoration: underline;
}

.loginButton {
	width: 40px;
	height: 20px;
	background-color: white;
	font-size: 8pt;
	font-weigth: bold;
}

.loginSecondInput {
	padding: 0px 10px 0px 10px;
}

.loginForgotText {
	padding: 0px 10px 0px 10px;
}

.munu {
	position: relative;
	left: -12px;
	top: -12px;
}