/**
 * Style sheet form
 */
.ce_form
{
	margin-top:30px;
}

.ce_form .error
{
	margin-left:10px;
	color:#ff0000;
}

.ce_form td label
{
	text-align:right !important;
	vertical-align:top;
}

.ce_form td input
{
	width:300px;
	border:1px dotted #ccc;
	margin:3px 0 3px 10px;
}

.ce_form td input.sicherheit
{
	width:150px;
	border:1px dotted #ccc;
	margin:3px 0 3px 10px;
}

.ce_form td textarea
{
	width:300px;
	border:1px dotted #ccc;
	margin:3px 0 3px 10px;
	height:150px;
}

.ce_form td .submit_container input
{
	width:80px;
	background-color:#999999;
	color:#fff;
}

.form
{
	margin-top:20px;
	margin-left:20px;
}

.form .error
{
	margin-left:10px;
	color:#ff0000;
	padding-top:5px;
}

.form label, .form .captcha_text
{
	padding-left:5px;
}

.form input
{
	width:200px;
	border:1px dotted #ccc;
	margin:2px 0 3px 0px;
}

.form textarea
{
	width:400px;
	border:1px dotted #ccc;
	margin:2px 0 3px 0px;
	height:150px;
}

.form .submit_container input
{
	background-color:#999999;
	color:#fff;
}
