/*
Theme Name:     cherie2-child
Theme URI:      http://cherie.sbdata.net/
Description:    Child theme for Cherie2
Author:         Vito DelleGrazie, Jr.
Author URI:     http://www.sbdata.net/
Template:       cherie2
Version:        0.1.0
*/
@import url("../cherie2/style.css");
input[type="text"] {
	margin-left:10px; 
	padding:10px;
	background-color:#222;
	color:white;
}
input[type="email"] {
	margin-left:10px; 
	padding:10px;
	background-color:#222;
	color:white;
}
input[type="number"] {
	margin-left:10px; 
	padding:10px;
	background-color:#222;
	color:white;
}