.error {
	 color: #D61449;
}

.regInputField{
    width:300px;
    border: 0px solid;
}

.label_section{
	text-align: left;	
}
.caption_style{
	width: 300px;
	font-weight: bold;
}

.table_style{
	border-spacing: 0px;
	text-align: left;
}

.incDecButton{
	height: 27px;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.inc{
	background-image: url(https://www.verlagshaus.com/fileadmin/images/incButton.png);
	position: relative;
	margin-left:3px;
	
}
.dec{
	background-image: url(https://www.verlagshaus.com/fileadmin/images/decButton.png);
	position: relative;
	margin-left:3px;
}
.button{
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	text-align: center;


}
.spacer{
	width: 120px;
}

.drop_down{
	border: 0px solid;
}

.form_button {
   margin: 10px 20px 10px 0;
	float: none;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right:  0px solid;
	border-top:  0px  solid;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	background: #FFFFFF;
}


#second_step_wrapper
{
    background-image: url(https://www.verlagshaus.com/fileadmin/images/backgroundpixelwhite.png);
    background-repeat: repeat;
    margin-top: -70px;
    position: relative;
      
}

#show_hide_companion, #show_hide_pupil{
		display: none;	
	}
	
.contenttable p{
    margin:0px;
    margin-left:10px;    
}

.contenttable{

}

.Tx-Formhandler{
    padding-top:10px;
}

.text-grey{
    font-size:12px;
    font-weight:normal!important;
    color:#484D50;
}