@charset "utf-8";

fieldset{margin:0; padding:0; border:none;}

input[type="text"], input[type="password"], select{
	width:50%;
	padding:2px;
	border:1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	height:40px;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 14px;color: #F184AE;
}
textarea{width:60%; border:1px solid #CCCCCC; padding:2px; overflow:auto; float: left; font-family: Tahoma,Geneva,sans-serif;
font-size: 14px;color: #F184AE;}



#telefon{font-size: 16px;font-family: 'dinpro-regularregular', Helvetica,sans-serif;}	
#commentform fieldset ol .form-row, .button-row {list-style-type: none;}
#commentform label {
	display: block;
	float: left;
	width: 30%;
	line-height: 50px;
	height:30px;
	text-align: left;
	vertical-align: bottom;
}
.btn-submit{
	height: 45px;
	font-weight: 600;
	margin: 0;
	padding: 5px;
	color: #666666;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	margin-top: 20px;
	width: 80%;
	text-transform: uppercase;	
	transition: all 0.2s ease-in-out;
	}

.btn-submit:hover {outline: none;box-shadow: none;border-color: #F184AE;background: #F184AE;cursor: pointer; color:#FFF;}

#commentform fieldset ol .button-row {text-align: center; }

