.legend-table 
{
    border-spacing: 10px;
}
.legend-table td
{
	vertical-align : top;
	text-align: center;
	padding: 2px;
	width: 55px;
	height: 55px;
}

.template-picker
{
    width : 250px;
    max-height: 600px;
    overflow:auto;
}

.group-title
{
    background-color: #99bb99;
    text-align:center;
}

.group-container
{
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #aaaaaa;
    border-radius : 5px;
    -moz-border-radius : 5px;
}

.legend-item
{
    width: 50px;
    height: 50px;
    margin : auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
	
}

.template-picker .selected
{
    background-color : #bbbbbb;
}

.template-picker .normal
{
    
}