.widgetSelector {
  text-align: center;
}
.widgetSelector select {
  border: 1px solid #aaa;
  width: auto;
  margin-bottom: 5px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

.fmhWidget {
  background-color: #1e75b2;
  border: 5px solid #ddd;
  padding: 5px;
  height: 140px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

.fmhWidget .head {
  font-weight: bold;
  padding: 2px;
  background-color: #ddd;
  text-align: center;
  margin-bottom: 8px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

.fmhWidget .canvas {
  height: 110px;
  overflow: hidden;
}

.fmhWidget .canvas .title {
  color: #fff;
  font-weight: bold;
}

.fmhWidget .canvas > div {
  margin-bottom: 6px;  
  padding: 2px 3px 2px;
}

.fmhWidget .canvas > div > p{
  padding: 0px;
  margin: 0px 0px;
}

/* --- black theme --- */

.blackWidgetTheme {
  background-color: #333;
  border-color: #666;
}

.blackWidgetTheme .head {
  border-top: 2px solid #000;
  border-left: 2px solid #000;  
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  margin-bottom: 4px;
}

.blackWidgetTheme .canvas > div {
  background-color: #666;
  border-top: 2px solid #444;
  border-left: 2px solid #444;  
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
  margin-bottom: 2px;
}

/* --- red theme --- */

.redWidgetTheme {
  background-color: #600;
  border-color: #900;
}

.redWidgetTheme .head {
  border-top: 2px solid #300;
  border-left: 2px solid #300;  
  border-right: 2px solid #900;
  border-bottom: 2px solid #900;
  margin-bottom: 4px;
}

.redWidgetTheme .canvas > div {
  background-color: #900;
  border-top: 2px solid #700;
  border-left: 2px solid #700;  
  border-right: 2px solid #300;
  border-bottom: 2px solid #300;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
  margin-bottom: 2px;
}

/* --- green theme --- */

/* --- red theme --- */

.greenWidgetTheme {
  background-color: #030;
  border-color: #060;
}

.greenWidgetTheme .head {
  border-top: 2px solid #000;
  border-left: 2px solid #000;  
  border-right: 2px solid #060;
  border-bottom: 2px solid #060;
  margin-bottom: 4px;
}

.greenWidgetTheme .canvas > div {
  background-color: #060;
  border-top: 2px solid #040;
  border-left: 2px solid #040;  
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
  margin-bottom: 2px;
}

/* --- orange theme --- */

.orangeWidgetTheme {
  background-color: #feb;
  border-color: #f90;
}

.orangeWidgetTheme .head {
  border-top: 2px solid #c60;
  border-left: 2px solid #c60;  
  border-right: 2px solid #fc0;
  border-bottom: 2px solid #fc0;
  margin-bottom: 4px;
}

.orangeWidgetTheme .canvas > div {
  background-color: #f90;
  border-top: 2px solid #c60;
  border-left: 2px solid #c60;  
  border-right: 2px solid #fc0;
  border-bottom: 2px solid #fc0;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
  margin-bottom: 2px;
}

.fmhWidget .canvas {
  height: 114px; 
}

.likeIt {
  margin-top: 5px;
  text-align: center;
}
