#kommentar_schreiben {
	display: none;
}

#kommentar_schreiben .title,
#kommentar_schreiben .input {
	float:left;
}


#kommentar_schreiben .title {
	width: 75px;
	font-size: 11px;
	text-transform: uppercase;
}


#kommentar_schreiben .input {
	width: 400px;
}

.input_text {
	width: 250px;
	height: 17px;
}

.input_textarea {
	width: 250px;
	height: 120px;
}