@charset "UTF-8";
/* CSS Document */

input#username {
	border: 1px solid #a8a8a8;
	width: 125px;
	height: 16px;
	position: relative;
	bottom: 1px;
}

p {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 

input.btn {
	color: #121212;
	background-color: #ffffff; 
	border: 1px solid #a6a6a6; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	bottom: 1px;
} 

