.stickers {
	text-align: center;
}

.stickers img {
	border: none;
}

.selected {
    background-color: #fff;
}
.aboutyou label, .extensionfile label {
    float: left;
    width: 10em;
    padding: 0 .5em;
    text-align: right;
}

.aboutyou div, .extensionfile div {
    margin: .5em 0;
}

.submit {
    background-color: #9c9;
    cursor: pointer;
    margin-top: 1em;
}

.submit:hover {
    background-color: #fff; 
    border: 2px inset #666;
}

.cancel {
    background-color: #c66;
    cursor: pointer;
    margin-top: 1em;
}

.cancel:hover {
    background-color: #fff; 
    border: 2px inset #666;
}

.errors {
    color: #c33; 
}

dl dt {
    color: #66c;
    font-weight: bold;
}

dl dd {
}

.iagree {
    color: #666;
    display: inline;
    font-size: smaller;
}

.resultsTable {
    font-size: small;
}

.resultsTable th {
    border: 1px solid #666;
    background-color: #fec;
    padding: 0 .2em;
}

.resultsTable td {
    white-space: nowrap;
    padding: .2em;
}

.resultsTable .row0 {
    background: #eee;
}

.resultsTable .row1 {
    background: #ccc;
}

