/* Form-moodle widget */
#form-moodle #botao_moodle {
	background-color: #3d94f6;
}
#widgetMoodle-wraper {
	background: #80A4BD;
	padding: 10%;
	font: normal 13px "Open Sans";
	color: #FFFFFF;
	border-radius: 5px;
}
#widgetMoodle-wraper H1 {
	font: normal 13px "Open Sans";
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#form-moodle input {
	margin-top: 4%;
	margin-bottom: 4%;
	text-align: center;
	background-color: #e3e8ec;
	color: #315066;
	width: 95%;
	height: 28px;
	border-style: none;
}
#form-moodle #botao_moodle {
	margin-top: 4%;
	margin-bottom: 4%;
	text-align: center;
	background-color: #cccccc;
	color: #315066;
	width: 95%;
	height: 28px;
	border-style: none;
}
#widgetbutton-wraper {
	text-align: center;
	margin-top: 15px;
	background: #80A4BD;
	padding: 5%;
	font: normal 13px "Open Sans";
	color: #FFFFFF;
	border-radius: 5px;
}
#widgetbutton-wraper:hover {
	text-align: center;
	margin-top: 15px;
	background: #B0C6D6;
	padding: 5%;
	font: normal 13px "Open Sans";
	color: #315066;
	border-radius: 5px;
}
#widgetbutton-name {
	font-weight: bold;
}
