/* CSS Document */


fieldset {
margin: 0;
padding: 0;
border: none;
}

.sobo {
text-align: center;
}
.sobo img {
border: 0px;
width: 16px;
height: 16px;
}

.cellshadea {
background-color: #000000;
}

.cellshadeb {
background-color: #333333;
}

.cellshadec {
background-color: #222222;
}

.listingitem {
width: 100px;
float: left;
padding: 5px 5px;
margin: 5px 5px;

}

fieldset ol {
padding 1em 1em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: 1em;
clear: left;
}
label {
float:left;
width:10em;
margin-right: 1em;
}

.clearleft {
clear:left;
}