/* notmales Textfeld */

input.textfield {
	font-size: 12px;
	border: #0f5c8e solid 1px;
	padding: 3px;
	width: 200px;
}

/* Buttons */

div.buttons {
	text-align: center;
	border: #ae782e solid 1px;
	padding: 3px;
	background: #dec08c;
	margin-top: 5px;
}

div.buttons input {
	border: #ae782e double 3px;
	font-size: 15px;
	padding: 1px;
}

div.buttons input:hover {
	background: #f6ebbc;
}

div.buttonpanel input {
	font-size: 12px;
}

/* Textarea */

textarea.textarea {
	width: 98%;
	padding: 5px;
	border: #0f5c8e solid 1px;
	margin: 10px 0;
}

/* Größenauswahl */

select#size_select, select#font_select, select.select {
	padding: 3px;
	border: #0f5c8e solid 1px;
}

/* Editor */

div.bb_button {
	display: inline-block; 
	width: 20px; 
	height: 20px;
	margin-right: -30px;
	padding: 0;
	cursor: pointer;
}

div#color_chooser div.color {
	display: inline-block; 
	width: 20px; 
	height: 20px;
	padding: 0;
	margin: -2px;
}
















