/*	login form	*/


#login {
	margin-top:	20%;
	width:		250px;
}

#login form {
	border:		1px solid #005;
	width:		270px;
	height:		auto;
	text-align:	center;
	background-color:#D4EAFD;
	padding-bottom:10px;
}

#login fieldset {
	border:		0;
	padding:	0 10px 10px 10px;
}

#login legend {
	background-color:	#B4B4B4;
	border-bottom:		none;
	clear:				both;
	color:				#424242;
	line-height:		26px;
	margin:				0 -10px 10px -10px;
	padding:			0 10px;
	width:				250px;
	background-image:url('../images/menu/login.png');
}

#login legend span {
	display:			block;
	text-align:			center;
	width:				250px;
	font-size:14px;
	font-weight:bold;
	
}

#login label {
	padding-top:	10px;
	float:			left;
	clear:			left;
	width:			90px;
	text-align:		right;
}

#login input.field {
	margin-top:	10px;
	float:		right;
	clear:		right;
	width:		150px;
}

#login input.button {

	text-align:	center;
}