
@font-face {
	font-family: "GeneralGrotesque-Regular";
	src: url('../fonts/GeneralGrotesque-Regular.eot');
	src: url('../fonts/GeneralGrotesque-Regular.woff2') format('woff2'),
	url('../fonts/GeneralGrotesque-Regular.woff') format('woff');
}
@font-face {
	font-family: "GeneralGrotesque-Book";
	src: url('../fonts/GeneralGrotesque-Book.eot');
	src: url('../fonts/GeneralGrotesque-Book.woff2') format('woff2'),
	url('../fonts/GeneralGrotesque-Book.woff') format('woff');
}

@font-face {
	font-family: "GeneralGrotesque-Demi";
	src: url('../fonts/GeneralGrotesque-Demi.eot');
	src: url('../fonts/GeneralGrotesque-Demi.woff2') format('woff2'),
	url('../fonts/GeneralGrotesque-Demi.woff') format('woff');
}
* {	font-family: 'GeneralGrotesque-Regular', Arial, sans-serif;
}
.ui.form textarea, textarea, .ui.form input:not([type]), .ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="search"], .ui.form input[type="password"], .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="tel"], .ui.form input[type="time"], .ui.form input[type="file"], .ui.form input[type="url"], .ui.form input[type="number"] {
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #000;
	font-family: 'GeneralGrotesque-Regular', Arial, sans-serif;
	font-size: 16px;
	outline: medium none;
	padding: 10px;
	width: 100%;
	border-radius: 0 !important;
}
textarea {
	height: 70px !important;
}
.ui.form *::-moz-placeholder {
	color: #000;
}
input {
	-webkit-appearance: none;
}
input.send2friend,
input.send2friend-close-button,
#share-email textarea, #share-email input[type="text"], #share-email input[type="email"] {
	background: #fff !important;
	margin-bottom: 16px;
	border-radius:0px;
	padding:10px;
	height:42px;
	font-family:'GeneralGrotesque-Regular', Arial, sans-serif;
	font-size:16px;
	cursor: pointer;
}
input::placeholder, textarea::placeholder {color:#777 !important;}
.send2friend.submit {border:0px;}
#send2friend-submit-button, .send2friend-submit-button {
	background: #fff;
	border: none;
	border-radius: 0 !important;
	display: inline-block;
	font-family: 'GeneralGrotesque-Regular', Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
#send2friend-form.ui.form .field {margin:0px;}