/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #fcefa1;
}
.ui-widget-content {
	color: #555;
	background: rgba(255,255,255, 0.85);
	border: 1px solid #f1f1f1;
	/*box-shadow: 0px 6px #c0392b;*/
	border-radius: 0px 0px 4px 4px;
}
.ui-widget-content a {
	color: #E74C3C;
}
.ui-widget-header {
	background: #fff;
  border: solid 1px #f1f1f1;
	color: #888;
	font-weight: bold;
}
.ui-widget-header a {
	color: #66be8c;
}
