
.column {
    width: 27%;
    vertical-align: top;
    float: left;
    padding: 0px;
}

.dragableBox{
    border: 1px solid #ffc200;
    margin-bottom: 12px;
    display: block;
    background-color: #ffffff;
    font-size: 11px;
    margin:5px;
    }

.dragableBoxHeader{
    background-color: #ffffcc;
    padding-top: 3px;
    height: 20px;
    width: 100%;
}
  
.dragableBoxHeader span{	/* Text inside header of box */
		font-weight: bold;
        cursor: move;
		line-height:20px;
		color: #663300;
		float: left;
}

.dragableBoxHeader img {
  float: left;
}


.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		    padding: 5px;
          text-align: left;
           padding-bottom: 12px;
          background-color: #ffffff;
		clear:both;
	}
	
#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted #ffc200;
		margin:5px;
	}
	
.dragableBoxEditLink{	/* Edit link on top of a box */
		padding-top:3px;
	}

	
.closeButton{	/* Close button */
        padding-right: 2px;
		border:1px solid #ffc200;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#ffc200;
		padding:2px;
		padding-bottom:3px;
  text-decoration: none;
}
	
.squarecolor {
	  float: left;
	  width:16px;
	  height:16px;
	  border:1px solid #000000;
	  margin: 2px;
	  cursor: pointer;
}
	

