/**
 * Page styles
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body,
body > .wrapper {
    background: #fff !important;
}


/**
 * Form Controls
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
	width:auto; 
}
input[type="radio"] {
	float: none; 
}
input[type="checkbox"] {
	vertical-align: middle;
}

