body{
	background: #f3f3f3;
}
/* Input field */
input {
	width: 222px !important;
	height: 40px !important;
}
select{
	width: 222px !important;
	height: 40px !important;
	margin-left: -2px;
	border-left-width: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #9d9e9e !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0) !important;
	background: #fff !important;
	border: 1px solid #fff !important;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
}
.add-on {
	padding-top: 12px !important;
	padding-left: 7px !important;
	width: 25px !important;
	height: 22px !important;
	margin-right: -2px !important;
}
form{
	margin-bottom: 0px;
}

/* Input field */
input, .add-on {

	float: left; !important;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #9d9e9e !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0) !important;

	background: #fff !important;
	border: 1px solid #fff !important;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50) !important;
}

input:hover {
	background: #dfe9ec !important;
	color: #414848 !important;
}

input:focus {
	background: #dfe9ec !important;
	color: #414848 !important;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25) !important;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25) !important;
}
/* Animation */
input {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
}

#LoginForm_exercicio{
	float:left !important;
}