/* Forms */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 95%;
}

legend {
	margin-left: -.75em;
}

button,input,select,textarea {
	vertical-align: baseline;
	vertical-align: middle;
}

input[type="submit"] {
	background-color: #949494;
	color: #000;
	border: none;
	padding: 2% 4%;
	margin-bottom: 4%;
	font-size: .7em;
}

input[type="email"] {
	background-color: transparent;
	border: none;
	border-bottom: 2px dotted white;
	color: #fff;
	width: 95%;
	font-size: .7em;

}

input::placeholder {
	color: #fff;
	opacity: 50%;
}

/* IE7 and older */
button,input {
	line-height: normal;
	overflow: visible;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}