/* CSS Document */
#textEditor {
	float:left;
	width:600px;
	padding:5px;
	margin:0px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:left;
}
#enterName, #enterMessage, #enterCaptcha {
	background:#F2F2F2 url(/templates/objekts/img/input_bg.png) repeat-x;
	border:solid 1px #666666;
	margin:0px;
	font-size:11px;
	color:#333333;
}
#enterName, #enterMessage {
	display:block;
}
#enterName {
	width:200px;
	height:12px;
}
#enterMessage {
	width:100%;
	height:100px;
}
/**/
#captcha {
	margin:0px;
	cursor:pointer;
	display:block;
	width:120px;
	height:50px;
}
#enterCaptcha {
	width:118px;
}
/**/
.submitButton {
	text-align:center;
}
