/* -- Form Fields -- */
.inputbox, .searchtextbox, .selectbox { max-width: 90%; padding: 4px 7px; border: 1px solid #CCC; border-radius: 3px;
	background-color: #FFF; background-image: none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;  font-size: .875em; line-height: 1.375em; 
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.textareabox { padding: 3px 6px; border: 1px solid #CCC; border-radius: 2px;
	background-color: #FFF; background-image: none; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;  font-size: .875em; line-height: 1.375em; 
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }	
.selectbox { visibility: visible; }