input[type="text"], input[type="password"], input[type="email"], textarea, .inputbox, .validate-username, .validate-password { 
	box-shadow: 0 0 0 1px #555 inset !important;
}


/* buttons */
.button, button, input[type="button"], input[type="submit"]  {
	box-shadow: 0 0 0 1px #555 inset;
}