/* VHT screen styles */

.printonly {
	display: none;
}

#imagePopUp {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	border: 2px solid #ccc;
}

.vornameLabel{
	display:inline-block;
	width:159px;
}

#PLZLabel{
	display:inline-block;
	width:82px;
}
.anredeLabel{
	display:inline-block;
	width:85px;
}

#PLZ{
	width:76px;
}
#Ort{
	width:228px;
}
#Vorname1,
#Vorname2,
#Vorname3,
#Name1,
#Name2,
#Name3{
 width:152px;	
}

.text{
	width:313px;
}
.textLabel{
	display:inline-block;
}
.dropdown{
	border: 1px solid #AFAFAF;
}

.anredeLabelerror{
	color:#FF495F;
	display:inline-block;
	width:85px;
}
.vornameLabelerror{
	color:#FF495F;
	display:inline-block;
	width:156px;
}
.texterror{
	border: 1px solid #FF495F;
	width:313px;
	padding-bottom:2px;
}
.dropdownerror{
	border: 1px solid #FF495F;	
}
.textLabelerror{
	display:inline-block;
	color:#FF495F;
}
#PLZerror{
	width:80px;
}

label{
	padding-top:5px;
	padding-bottom:2px;
}
