/* Form reset */

label,
button,
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	padding: 0px;
    margin: 0px;
}


label,
button,button:focus,button:active,
input[type="text"],input[type="text"]:focus,input[type="text"]:active,input[type="text"]:empty,
input[type="email"],input[type="email"]:focus,input[type="email"]:active,input[type="email"]:empty,
input[type="password"],input[type="password"]:focus,input[type="password"]:active,input[type="password"]:empty,
textarea,textarea:focus,textarea:active,textarea:empty{
	box-sizing                  : border-box;	
	font                        : inherit; 		
	font-family                 : inherit;
	font-weight                 : inherit;
	font-size                   : inherit;
	line-height                 : inherit;
	color                       : inherit;
	background-color            : inherit;
	border                      : none;
	outline                     : none;	
	border-radius               : 0px;	
	outline-offset              : 0px;
	outline-width               : 0px;
	outline-style               : solid;
	outline-color               : transparent;
	-webkit-text-size-adjust    : 100%;
	-webkit-tap-highlight-color : transparent;
	box-shadow                  : none;
	/* padding                     : 0px;
	margin                      : 0px; */
}	

/* use labels only */
input[type="radio"],input[type="file"] {
    position: absolute;
    visibility: hidden;
    display: none;
}

button::-moz-focus-inner {
  border: 0;
}

button,
input[type="file"] + label
{
	cursor:pointer;
}

button[disabled]{
	background-color:inherit;
    outline-color: inherit;
    color: inherit;
    pointer-events: none;
}

/*

	style mech-menu
		inherit 

	just load things in

	remove the shadow


	Need:
		need to make p match input text styling

			style mech-menu and inheret? 			

*/