.content .cbox .cbox-data .normal {
	width: 100%;
}

#editpost2 {
        height:	100px;
}

.findtitle {
	padding: 5px;
}

#tiki-listpages-content .normal td {
	padding: 2px;
}

.feedbackbox {
	color: #AFABA3;
	padding: 30px 45px 0 5px;
	margin: 20px -45px 10px -5px;
	background: url('mozcommon/hr2.png') no-repeat top left;
}

.feedbackbox textarea {
	width: 100%;
}

#feedback-options {
        font-size: 16px;
	color: #4B4742;
}

#feedback-options > .feedback-info:first-child {
	padding: 0 50px 30px 15px;
	margin: 0 -50px 30px -15px;
	background: url('mozcommon/hr1.png') no-repeat bottom left;
	color: #AFABA3;
}

.feedback-controls input {
	min-width: 50px;
}

.feedback-controls {
	margin-top: 1em;
	text-align: left;
}

.feedback-controls img {
	vertical-align: middle;
}

/* Diff */
.diffadded {
	background-color: #90ee90;
}
.diffdeleted {
	background-color: #EE8070;
}
.diffchar {
	background-color: yellow;
}

/* maketoc styles */
.toclevel-1 {
	margin-left: 20px;
	list-style-type: disc;
}
.toclevel-2 {
	margin-left: 40px;
	list-style-type: circle;
}
.toclevel-3 {
	margin-left: 60px;
	list-style-type: disc;
}
.toclevel-4 {
	margin-left: 80px;
	list-style-type: circle;
}
.toclevel-5 {
	margin-left: 100px;
	list-style-type: disc;
}
.toclevel-6 {
	margin-left: 120px;
	list-style-type: circle;
}
