@charset "utf-8";

form {
	width: 350px;
}

form input, form textarea {	
	font:inherit;
	color:inherit;
	width:320px;
	padding:5px;
	padding-right:30px;
	display:block;
	float:left;
	border:0px;
}

form input, form textarea {
}

form textarea {
	height:140px;
	background: url(../images/form/bg-form-area.jpg) no-repeat;
	overflow:hidden;
	scroll:none;
}

form input {
	height:16px;
	background: url(../images/form/bg-form.jpg) no-repeat;
}

form label {
	text-align:left;
}

#label-rueckruf {
	width:140px!important;
}
.checkbox {
	text-align:left;				
	width:140px;						
	padding:0 15px 0 0;
}
.border {
	border:1px solid #0e3773;	
}

form legend {
	display:none;
}

form input#submit {
	width:190px;
	margin-top: 12px;
	height:26px;
	padding:5px;
	background: url(../images/form/bg-submit.jpg) left 0px no-repeat;
	color:#c0e3cb;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	border:none;
}

form input#submit:hover {
	color:#fff;
}

form fieldset#submitbox {
	width:140px;
	height:25px;
	padding:0 0 0 160px;
	clear:both;
}

form label.required {
	background:url(../images/required.png) top right no-repeat;	
}

form br {
	float:none;
}

form span {
	float:none;
	clear:left;
}


form input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

form em {
	font-style: normal;
	margin-left:5px;
	font-size:10px;
	color: #b7b7b7;
}
