Just installed the control panel mod, all is swell aside from the layout...

http://www.doomedpc.com/images/error.jpg

The layout as you can see is a tad skewwiff, now I dont know much CSS but to me it looks like thats whats wrong, however I dont have much knowledge of CSS so I cant pinpoint what exactley is up, you can see below whats in the CSS file, any help on this most likely simple as hell problem would be smashing...cheers

.control-panel {
  overflow: auto;
  clear: right;
}
div.control-panel-item {
	margin: 1em;
	text-align: center;
	width: 50pt;
      padding: .1em;
}
.control-panel-item a {
	font-size: .9em;
}
.control-panel-icon-size-48x48 {
  width: 50pt;
  height: 50pt;
}
.control-panel-icon-size-48x48 div img {
  width: 48px;
  height: 48px;
}
.control-panel-icon-size-36x36 {
  width: 40pt;
  height: 40pt;
}
.control-panel-icon-size-36x36 div img {
  width: 36px;
  height: 36px;
}.control-panel-icon-size-24x24 {
  width: 30pt;
  height: 30pt;
}
.control-panel-icon-size-24x24 div img {
  width: 24px;
  height: 24px;
}
.control-panel-icon-size-16x16 {
  width: 20pt;
  height: 20pt;
}
.control-panel-icon-size-16x16 div img {
  width: 16px;
  height: 16px;
}

div.control-panel-icon-size-48x48 {
padding: 0 1.00em 0 1.00em;
}

div.control-panel-icon-size-36x36 {
padding: 0 1.20em 0 1.20em;
}

div.control-panel-icon-size-24x24 {
padding: 0 1.40em 0 1.40em;
}

div.control-panel-icon-size-16x16 {
padding: 0 1.60em 0 1.60em;
}