/* Login Form */

#loginform {
	margin-top:15px;
	margin-bottom:15px;
}

#loginform .lline, .llinesubmit {
	width:350px;
	height:20px;
	float:left;
	clear:left;
	margin-bottom:10px;
	overflow:hidden;
}

#loginform .llinesubmit {
	height:30px;
	margin-bottom:5px;
}

#loginform .lfleftcell {
	float:left;
	width:90px;
	padding-right:10px;
	overflow:hidden;
	text-align:right;
	height:20px;
	font-weight:bold;
}

#loginform .lfrightcell {
	float:left;
	overflow:hidden;
	width:200px;
	height:20px;
}

#loginform .lfsubmitcell {
	margin-left:50px;
	margin-bottom:20px;
	border-bottom:#666 1px dotted;
	padding-bottom:10px;
	float:left;
	height:20px;
}

#loginform .lfpassword {
	margin-left:100px;
	width:auto;
	padding-bottom:10px;
}

#loginform .lfpassword a {
	font-size:12px;
}

/* Register Form */

#registerform {
	margin-top:15px;
	margin-bottom:15px;
}

#registerform .rline {
	width:auto;
	float:left;
	clear:left;
	margin-bottom:10px;
}

#registerform .rfleftcell {
	float:left;
	width:90px;
	padding-right:10px;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
}

#registerform .rfrightcell {
	float:left;
	overflow:hidden;
}

#registerform .rfsubmitcell {
	margin-left:100px;
	border-bottom:#666 1px dotted;
	width:100px;
	padding-bottom:10px;
	height:20px;
}

/* Edit My Details */

#detailsform {
	margin-top:15px;
	margin-bottom:15px;
}

#detailsform .dline {
	width:auto;
	float:left;
	clear:left;
	margin-bottom:10px;
}

#detailsform .dfleftcell {
	float:left;
	width:180px;
	padding-right:20px;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
	color:#999;
}

#detailsform .dfrightcell {
	float:left;
	overflow:hidden;
}

/* New Project Styles */

#newproject .npline1, .npline2, .npline3 {
	width:auto;
	float:left;
	clear:left;
	margin-bottom:10px;
	background-repeat:no-repeat;
	height:32px;
	padding-top:10px;
	padding-left:50px;
	font-weight:bold;
}

#newproject .npline1 {
	background-image:url(../images/login/green_dot_1.png);
}

#newproject .npline2 {
	background-image:url(../images/login/green_dot_2.png);
}

#newproject .npline3 {
	background-image:url(../images/login/green_dot_3.png);
}