
.widget-column {
  width: 324px;
}

.widget-placeholder {
  color: #000;
  margin: 1em;
  background-color: #ebebeb;
}

.widget {
  margin: 0.5em;
}

  .widget-header {
    color: #FFF;
    height:49px;
    background-image:url("images/hd-blue.gif");
    background-repeat:repeat-x;
    
  }

.widget-header h2
{
	    
	    color:White;
	    margin:10px;
	    display: inline;
	    position:relative;
	    float:left;
	    clear:left;


}

.widget-header a
{
	color:White;
	text-decoration:none;
	float:right;
	clear:right;
	margin-right:10px;
	margin-top:5px;
}

  .widget-editbox {
    color: #000;
    margin: 0.2em;
    padding: 0.2em;
    background-color: white;
  }

  .widget-content {
    padding: 0.5em;
    background-color:White;
  }
