h3.toggler {
	display: block;
	background-image: url('/template/images/reg-header-active.jpg');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 7px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #294131;
	cursor: pointer;
}

.accordionElement {
	border-top: medium none; 
	border-bottom: medium none; 
	overflow: hidden; 
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px; 
	height: 0px;
}
.accordionElement.first {
	height: auto;
}

.accordionContent {
	padding: 15px 25px 15px 35px;
}

.regHeader {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 10px;
}

.bgRegTripple {
	background-color: #dbe1dd;
	border-bottom: 1px solid #ffffff;
	padding-left: 4px;
}

.bgRegDubble {
	background-color: #dbe1dd;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 10px;
	width: 49%;
}

.bgRegName {
	background-color: transparent;
	border-bottom: 0px;
	width: 19%;
	padding-left: 3px;
}

.bgRegNameEmpty {
	width: 19%;
}

.bgRegInput {
	background-color: transparent;
	border-bottom: 0px;
	width: auto;
	padding: 1px 3px 1px 2px;
}

.bgRegInputEmpty {
	width: 30%;
}

.bgRegSpacer {
	width: 2%;
}

.buttonSend {
	width: 197px;
	height: 20px;
	border: 0px;
	text-indent: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url('/template/images/bg-button.jpg');
	color: #FFFFFF;
	padding: 0px 0px 4px 0px;
	font-style: normal;
	font-weight: bold;
}


.regTextInput:focus, .regTextInputAddress:focus, .regTextInputHouseNo:focus {
	background-color: #E3BCBD;
}

.regTextInput:hover, .regTextInputAddress:hover, .regTextInputHouseNo:hover {
	background-color: #E3E3E3;
}

.edcoProducts {
	display:block; 
	width: 100px; 
	float: left;
}

.regSelect {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #466450;
	width: 258px;
}

.regSelectSmall {
	margin: 2px 6px 2px 8px;
	border: 1px solid #466450;
	width: 155px;
}

.regTextInput, .regTextInputAddress, .regTextInputHouseNo, .regSelect {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #466450;
}

input[type="checkbox"]{

}

.regTextInputAddress {
}

.regTextInputHouseNo {
	width: 50px;
	margin-left: 4px;
}

.regSelect {
	width: 98.5%;
}

.labelPreferences{
	display: block;
	float: left;
	width: 205px;
	height: 22px;
	line-height: 22px;
}
.preferencesFront {
	margin:0px 0px 5px 0px; 
	background-color:#DBE1DD;
	width: 100%;	
}


