#access-form {
	width:130px;
	background-color:silver;
	border:1px outset #f0f0f0;
	padding:10px;
	text-align:left;
	font-size:0.9em;
}

#access-form hr {
	height:2px;
	border:1px inset white;
	

}

#access-form input {
	border:1px inset silver;
	width:100%;
}

#access-form input.button {
	border:1px outset #f0f0f0;
	background-color: #f0f0f0;
	width:auto;
}


