body
{
	background:#abe7b8;
}

#information{
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:50%;
	border:2px solid #555;
	padding: .50em;
}

input
{
	margin: 3px 0px 3px 4px;
}

input:focus
{
	border: 2px dashed red; 
	box-shadow: 3px 3px 5px #666;
}

#enter
{
	border: 2px solid orange;
	font-size: 24px;
}

#firstname
{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 2px solid #333;
}

#lastname
{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 2px solid #666;
}

/*#password
{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 2px solid #333;
}
*/

#systems
{
	background: #699f75;
	color: white;
	font-size: 16px;
}


