#bb_vote {
    width: 90px;
    height: 25px;
}

#bb_featureNameTextarea {
    border: 1px solid #ccc;
	width: 100%;
}

#bb_addFeature {
    width: 90px;
	height: 25px;
}

.bb_featureRating {
    color: red;
}

#bb_featureTable {
    border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

#bb_thanks {
    padding-left: 20px;
}

#bb_added {
    padding-left: 20px;
}

.bb_center {
    text-align: center;
}