#loginforms {
	font-size:1.4em;
	 
}

#loginforms .input{
	padding-top:1px;
	padding-bottom:1px;
	padding-right:5px;
	text-decoration:none;
}

#loginforms label {
	display:block;
	float: left;    
	width: 10em; 
}

/*The submit/register button*/
#loginforms .button {
	width:120px;
	font-size:0.8em;
	padding-top:1px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
	margin-left:142px;
	margin-top:5px;
}
	
#loginforms a, #loginforms a:link, #loginforms a:visited {
	text-decoration: none;
}

#loginforms a:hover {
	text-decoration: underline;
}

#fieldset {
	border: thin solid #ebe8f5;
	padding:15px;
}

#field {padding-bottom: .5em;
}

.field {padding-bottom: 1em;
}