form label {
	color: #2D3841;
	font-weight: 500;
}

form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select {
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #bDc8d1;
}

form input[type="submit"].searchbutt {
	padding: 10px;
	width: 60px;
	height: 60px;
	background: none;
	background-image: url('/images/layout/search-icon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat; 
}

form input[type="submit"]:hover.searchbutt {
	padding: 10px;
	width: 60px;
	height: 60px;
	background: none;
	background-image: url('/images/layout/search-icon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat; 
}

form select {
	padding: 13px;
}

form input[type="radio"] {
	margin: 5px;
}

form input[type="checkbox"] {
	margin-right: 10px;
	margin-bottom: 20px;
	width: 20px;
	height: 20px;
}

form input[type="submit"] {
	border: none;
	padding: 15px 20px;
	background-color: #de3a07;
	color: White;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 120%;
}

form input[type="submit"]:hover {
	background-color: #606060;
	text-decoration: none;
}

div.input-group input {
	margin: 0px;
	//border: 1px solid #606060;
	text-align: right;
	color: Black;
	font-size: 100%;
}