a.brand {
    background: url("../images/logo.png") no-repeat scroll 20px 11px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    text-indent: -999px;
    width: 180px;
}

.highlight {
	margin: -15px -15px 15px;
	border-radius: 0;
}

.highlight {
	display: block;
	padding: 10px 15px;
	background-color: #f7f7f9;
}

/* HELP */
#iframehelp { width: 100%; height: 500px; border: 1px solid #ccc; padding: 0; }

.gridSortable{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.gridSortable li { 
	margin: 3px 7px; 
	padding: 1px; 
	float: left; 
	font-size: 4em; 
	text-align: center; 
	width: 205px; height: 205px;
}

.gridSortable li .editBar{
	position: relative;
	bottom: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	float: left;
	z-index: 10;
	font-size: 12px;
	width: 100px;
	text-decoration: none;
}