input[type="text"], input[type="password"] {
	width: 132px;
	border: 1px solid #ccc;
}
input[type="text"], input[type="password"] {
	padding: 0 3px 0 3px;
	margin-bottom: 6px;
	height: 19px;
	background-color: rgba( 244,249,253,10.0);
}
input[type="button"] {
	text-align: center;
}
input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: 0 0 3px #c0c0c0;
	border: 1px solid #909090; 
	outline: none;
}
.button-position {
	text-align: center;
	padding: 8px 0 0 0;
}