.logo{
	background-image:url(../../img/login.gif);
	background-position:center;
	background-repeat:no-repeat;
	display: none;
	float:left;
	height:72px;
	width:176px;
}
.title{
	float: left;
	margin: 5px 0px 0px 15px ;
}
.label{
	font-weight:bold;
}
.row{
	background:transparent;
	width:100%;
}
form{
	display:inline;
}
.areaform{
	font-weight:bold;
	width:50%;
}
#passwordsend{
	font-size:larger;
	text-align:center;
	width:100%;
}
#lock{
	background-image:url(../../img/lock.png);
	background-repeat:no-repeat;
	float:left;
	height:19px;
	padding:4px 0 0 20px;
	width:50%;
}
#submit{
	float:left;
}
#forgotpassword *.areaform{
	font-weight:bolder;
	margin:15px 0 0 0;
	text-align:center;
	width:100%;
}
