
/*-- Members login
--------------------------------------------------------*/

#members_login {
	width:232px;
	height:140px;
	margin-top:1px;
}

#members_login input{
	width:130px;
	border:1px solid #DEDEDE;
	margin-bottom:4px;
	font-family:tahoma;
	font-size:11px;
	color:#6C6C6C;
	height:20px;
}

#members_login a{
	color:#519323;
	font-family:tahoma;
	font-size:9px;
	text-decoration:underline;
}

#members_login a:hover{
	text-decoration:none;
}