input{
	background-color: rgb(255, 255, 255);
	width:100px;
	padding-left: 18px;
	border:1px solid #e0e0e0;
}

input.user {
	background-image: url('user_16.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px center;
	padding-left: 18px;
}

input.password {
	background-image: url('user_lock_16.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px center;
	padding-left: 18px;
}
