@CHARSET "UTF-8";

.gc-fewidget {
	border: 1px solid #fff;
	text-align: left;
	/*-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;*/
	-webkit-box-shadow: #fff 0px 2px 6px;
	-moz-box-shadow: #fff 0px 2px 6px;
	box-shadow: #fff 0px 2px 6px;
	background: #FFF;
	padding-bottom:60px;
}

.gc-fewidget-title {
}

.gc-fewidget-title *{
  padding:0;
  margin:0;
  line-height:0.9em;
}

.gc-fewidget-title h1,
.gc-fewidget-title .gc-fe-widget-close{
  display: inline-block;
  vertical-align: top;
  font-size:1.2em;
  text-align: center;
  padding:10px 0;

}

.gc-fewidget-title h1{
  width:94%;
  background:#eee;
  color:#555;
  border-bottom:1px solid #ddd;
  text-shadow:-1px -1px 0px #fff;
}

.gc-fewidget-title h1.full{
	 width:100%;
}

.gc-fewidget-title .gc-fe-widget-close{
  width: 6%;
  border-bottom:1px solid #fff;
  /*border-left:1px solid #fff;*/
  margin-left:-1px;
  color:#fff;
  text-shadow:-1px -1px 0px #999;
  text-decoration: none;
  font-family:Verdana, sans-serif;
  font-weight:bold;
  font-size:1.5em;
  line-height:0.8em;
  padding:9px 0 11px 0;   
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#bbbbbb));
  background: -webkit-linear-gradient(top, #eeeeee, #bbbbbb);
  background: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
  background: -o-linear-gradient(top, #eeeeee, #bbbbbb);
  background: -ms-linear-gradient(top, #eeeeee, #bbbbbb);
  background: linear-gradient(top, #eeeeee, #bbbbbb);
  background-color: #eeeeee;  
}

.gc-fewidget-title .gc-fe-widget-close:hover,
.gc-fewidget-title .gc-fe-widget-close:focus,
.gc-fewidget-title .gc-fe-widget-close:active{
  background: -webkit-gradient(linear, left top, right top, from(#bbbbbb), to(#888888));
  background: -webkit-linear-gradient(top, #bbbbbb, #888888);
  background: -moz-linear-gradient(top, #bbbbbb, #888888);
  background: -o-linear-gradient(top, #bbbbbb, #888888);
  background: -ms-linear-gradient(top, #bbbbbb, #888888);
  background: linear-gradient(top, #bbbbbb, #888888);
  background-color: #bbbbbb;
  text-shadow:-1px -1px 0px #333;  
}

.gc-fewidget-content {
	padding:0 12px;
	margin-top: 20px;
  min-height: 10px;
}

.gc-fewidget-controls {
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
}

.gc-fewidget-controls .gc-fe-button {
	width:100px;
	height:35px;
	border:1px #ccc solid;
	color:#000;
	margin:10px;
	cursor: pointer;
}

.gc-fewidget-controls .gc-fe-button:hover {
	border-color:#999;
}

.gc-fewidget-controls .gc-fe-button.highlight {
	-webkit-box-shadow: 1px 1px 6px 3px #ffff99;
	-moz-box-shadow: #ffff99 1px 1px 6px 3px ;
	box-shadow: 1px 1px 6px 3px #ffff99;
}