input[type='password']{
	background: transparent url("../image/pass.jpg") no-repeat;
	background-position: 2px 50%;
}
input[type='text']{
	background: transparent url("../image/user.jpg") no-repeat;
	background-position: 2px 50%;

}

input[type='email']{
	background: transparent url("../image/email.jpg") no-repeat;
	background-position: 2px 50%;

}


