label,
input,
textarea,
.error{
	font-family:Arial;
	font-size:12px;
	border:0px;
	color:#666666;
}

input{
	width: 200px;
	height: 16px;
	background: url('../images/input.png') no-repeat left top;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
} 

label{
	display:block;
	color:#195675;
	float: left;
	width: 100px;
	height:12px;
	padding: 0px 0px 0px px;
	margin-top: 0px;
	font-weight: bold;
}

.error{
	font-size:11px;
	color:#ff0000;
	padding: 2px 0px;
}


textarea{
	padding:10px;
	background: url('../images/textarea.png') no-repeat left top;
	width:200px;
	height:100px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

input.button{
	background: url('../images/button.png') no-repeat left top;
	border: 0px;
	width: 80px; 
	height: 24px;
	margin: 10px 0px 0px 240px;
	cursor:pointer;
	font-size:11px;
	font-weight: bold;
	color:#b21205;

}

input.submit-button:hover{
	color:#999900;
}


fieldset{
	border: 1px solid #cfcfcf;
	padding: 20px;
	margin-top: 20px;
}

fieldset fieldset{
	margin-top: 0px;
	padding:10px;

}

.fieldsetright{
	padding:0px;
		margin: 0px 0px 0px 100px;
}


legend{
	font-weight: bold;
	margin-bottom:10px;
color:#666666;
}



select{
	margin-bottom:10px;
}

#erkrankungen label{
	width:200px;
}

#erkrankungen input{
	width:100px;
}


#dentalanamnese label{
	width:180px;
}


#dentalanamnese input{
	width:140px;
}

#mundhygiene input{
	width:25px;
	margin:3px 3px;
	padding: 3px 2px;
}



.checkbox, 
.radio,
#erkrankungen .checkbox,
#mundhygiene .checkbox,
#dentalanamnese .checkbox{
	width:20px;
	height: 20px;
	margin: 0px 10px 20px 0px;
	padding: 0px;
	background: none;
	border: none;
	float: left;
}


#visszahivas{
	width:220px;
	height:130px;
	font-size: 11px;
}

#visszahivas label{
	display: block;
	width:200px;
	font-weight: normal;
	float: none;
	
}

#visszahivas input{
}

.chck{
	width:auto;
	background: none;
}