.edit {
	margin-left : 30px;
}

/* draft */
.chapters li a.status_2 {
	font-style : italic;
}

/* ready for publication */
.chapters li a.status_3 {
	color : green;
}

#sketch_text textarea {
	background-color : white;
	color : black;
	width : 400px;
	height : 300px;
	border : 2px #666 inset;
}

#sketch_text .back_link a {
	color : black;
	font-weight : bold;
}


#sketch_text input[type=text] {
	background-color : white;
	color : black;
	width : 400px;	
	border : 2px #666 inset;
}

#sketch_text .sketch_left_text {
	overflow : auto;
}

#sketch_text .sketch_left_text a{
	color:black;
}

#sketch_text .sketch_left_text .donation input[type=text] {
	background-color : white;
	color : black;
	width : 40px;	
	border : 2px #666 inset;
}
