/* ------------------------- FORMULARE --------------------------- */
input, select, textarea{
	background: #ffffff;
	border: 1px solid #DDD;
	padding: 4px;
	width: 300px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

legend{
	display: none;
}

fieldset, form{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

label{
	display: block;
	margin-top: 5px;
	font-size:12px;
}

input[type=submit]{
	display: block;
	height: 22px;
	border: 1px solid #666;
	background: #999;
	font: normal 16px/24px 'DINCondensed', sans-serif;
	text-align: center;
	white-space: nowrap;
	color: white;
	padding: 0 8px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:auto;
	margin-top:10px;
}

.error{
	font-size:12px;
	width: 300px;
	text-align: right;
	z-index: 1000;
	margin-top: 5px;	

}
.error p{
	padding:0;
	margin:0;
	padding-top:8px;
}