/* Widget Core */
div.widget-close { display: none; }
.fail { background: #FF0; }


#formholder {margin-bottom:10px;}

#widget td { width:185px; }

#widget-background {
  opacity:    0.7;
  filter:     alpha(opacity=70);
  top:        0;
  left:       0;
  background: #000;
  z-index:    999;
  display:    none;
}
#widget {
  min-height: 400px;
  height:     auto;
  z-index:    1000;
  display:    none;
  background: #FFF;
  padding:10px;
}

/* Widget Contents */

#widget * {
  padding: 0;
  margin:  0;
  border:  0;
}

#widget {
  border: 1px solid #000;
}

#widget, #widget p, #widget td, #widget input, #widget select {
  font: 11px Verdana, sans-serif;
}

#widget #loading {
  width: 348px;
}


#widget #loading p {
  font-size: 14px;
  font-weight: bold;
  color: #004990;
  margin: 20px auto;
  text-align:center;
}

#widget .fail { background: #FF0; }

#widget input, #widget select {
  border: 1px solid #000;
  background: #EEE;
  font-weight: bold;
}

#widget h2, #widget h3, #widget p {
  margin: 0 0 1em 0;
  max-width: 348px;
}


#widget td {
  padding: 0 1em 1em 0;
}

#widget .widget-close {
  width: 100px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #FFF;
}

#widget .widget-close a {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#widget .widget-close a:hover {
  color: #999;
}

