#formgroup {
	float: left;
	height: auto;
	display: block;
	text-align: left;
	margin-left: 0px;
	margin-top: 21px;
	width: 100%;
	min-width: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.text2{
	float: left;
	width: 220px;
	
}
#textinput {
	float: none;
	height: auto;
	padding: 2px;
	font-size: 1em;
	display: block;
	width: 90%;
	color: rgba(122,122,122,1.00);
	text-align: left;
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
	border: 3px solid rgba(235,235,235,1.00);
}
#textinput2 {
	float: left;
	height: auto;
	padding: 2px;
	font-size: 1em;
	display: block;
	width: 190px;
	color: rgba(122,122,122,1.00);
	text-align: left;
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
	border: 3px solid rgba(235,235,235,1.00);
	margin-right: 10px;
}
#select {
	float: none;
	height: 40px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	display: block;
	width: 90%;
	border: 3px solid rgba(235,235,235,1.00);
	color: rgba(87,87,87,1.00);
	border-radius: 3px;
}

#textinput-multi {
	float: none;
	height: 4em;
	padding: 0px;
	font-size: 1em;
	display: block;
	width: 90%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 3px solid rgba(235,235,235,1.00);
}
#textinput-multi2 {
	float: none;
	height: 7.5em;
	padding: 0px;
	font-size: 1em;
	display: block;
	width: 90%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 3px solid rgba(235,235,235,1.00);
}


#input:hover {
	background-color: rgba(247,19,19,1.00);
	color: rgb(255, 255, 255);
}

#input:focus {
	color: rgb(255, 255, 255);
	background-color: rgba(247,19,19,1.00);
}

input {
	cursor: default;
	display: block;
	float: left;
	border-radius: 3px;
}

input[type=button] {
	border-radius: 4px;
	box-shadow: 0 0px;
	font-family: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: rgba(255,255,255,1.00);
	margin-right: 10px;
	font-size: 1.2em;
	-webkit-box-shadow: 0 0px;
	background-color: rgba(94,91,91,1.00);
}

input[type=button]:hover {
	background-color: #FF0101;
}

input[type=button]:active {
	background-color: #FC0707;
	border: 1px solid #9daca9;
	box-shadow: 0 0px;
	-webkit-box-shadow: 0 0px;
}
