input[type="text"], input[type="password"], input[type="email"], textarea, .inputbox, .validate-username, .validate-password { 
	box-shadow: 0 0 0 1px #CCCCCC inset;
	border:0;
}


/* buttons */
.button, button, input[type="button"], input[type="submit"]  {
	box-shadow: 0 0 0 1px #BBBBBB inset, 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* black */
.button.black {
	box-shadow: inset 0 0 0 1px #222, 0 0 0 3px rgba(0, 0, 0, 0.2);
}


/* gray */
.button.gray {
	box-shadow: inset 0 0 0 1px #555, 0 0 0 3px rgba(0, 0, 0, 0.2);
}

/* green */
.button.green {
	box-shadow: inset 0 0 0 1px #487004, 0 0 0 3px rgba(0, 0, 0, 0.2);
}

/* blue */
.button.blue {
	box-shadow: inset 0 0 0 1px #078491, 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.button.red {
	box-shadow: inset 0 0 0 1px #8d0303, 0 0 0 3px rgba(0, 0, 0, 0.2);

}

/* orange */
.button.orange {
	box-shadow: inset 0 0 0 1px #aa4003, 0 0 0 3px rgba(0, 0, 0, 0.2);
}
