#fetchwidget, #isearchwidget{
	font-family: arial;
	font-weight: 300;
	padding:20px;
	background-color: #00000030;
	border-radius:10px;
	-moz-border-radius:10px;
	display: table;
	margin:auto;
}
select, #fetchselect {
	border: 1px solid #000 !important;
	height: 40px !important;
	border-radius: 0px; 
	-moz-border-radius: 0px;
}
button {
	height: 42px;
	border: 1px solid #00000030;
	border-radius: 0px;
	-moz-border-radius: 0px;
}
#isearchwidget .isearch-widget-row, .isearch-widget-row {
	padding: 5px 0px !important;
}
#fetchwidget form, #isearchwidget form {
	margin-bottom: 0px;
	margin-top: 0px;
}
#fetchwidget input, #isearchwidget input {
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000;
	border-radius:0px !important;
	-moz-border-radius:0px !important;
}
#fetchwidget button, #isearchwidget button {
	height: 40px;
	cursor: pointer;
	border: 1px solid #000;
	border-radius:0px !important;
	-moz-border-radius:0px !important;
}
