.marked{
	background: #f6f6f6;
	color: #fa4329;
}
input.textfield_form_small {
	background: #f6f6f6 inset;
	margin: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px #cccccc inset;
	transition: all 0.2s linear;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
	color: #222222;
	position: relative;
	width: 91px;
	height: 46px;
	padding-left: 14px;
}
input.textfield_form_small::-webkit-input-placeholder {
     color: #bebebe;
}
input.textfield_form_small:-moz-placeholder {
     color: #bebebe;
}
input.textfield_form_small:focus{
  	border: 1px solid #50aecc;
}

div.textfield_form_small{
	margin: 0px;
	padding: 0px;
	background: transparent;
	transition: all 0.2s linear;
	display: block;
	height: 46px;
	text-align: left;
}
div.textfield_form_small.marked{
	background: url("/images/buttons/error.png") 103px 15px no-repeat;
}
input.textfield_form {
	background-position:98% center;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #eee;
	font-size:12px;
	font-family: 'Open Sans';
	color: #222222;
	width:100%;
	height: 46px;
	padding-left: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.06);
}
input.textfield_form:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}/*
input.textfield_form {
	background: #f6f6f6 inset;
	margin: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px #cccccc inset;
	transition: all 0.2s linear;
	font-size: 1.0em;
	color: #222222;
	position: relative;
	width: 100%;
	height: 46px;
	padding-left: 14px;
}
*/
input.textfield_form::-webkit-input-placeholder {
     color: #bebebe;
}
input.textfield_form:-moz-placeholder {
     color: #bebebe;
}/*
input.textfield_form:focus{
	border: 3px solid #50aecc;
}*/

div.textfield_form{
	margin: 0px;
	padding: 0px;
	background: transparent;
	transition: all 0.2s linear;
	display: block;
	height: 46px;
	text-align: left;
}
div.textfield_form.marked{
	background: url("/images/buttons/error.png") 181px 15px no-repeat;
}
input.textfield_form_large {
	background: #f6f6f6 inset;
	margin: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px #cccccc inset;
	transition: all 0.2s linear;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
	color: #222222;
	position: relative;
	width: 272px;
	height: 46px;
	padding-left: 14px;
}
input.textfield_form_large::-webkit-input-placeholder {
     color: #bebebe;
  }
input.textfield_form_large:-moz-placeholder {
     color: #bebebe;
}
input.textfield_form_large:focus{
  	border: 3px solid #50aecc;
}

div.textfield_form_large{
	margin: 0px;
	padding: 0px;
	background: transparent;
	transition: all 0.2s linear;
	display: block;
	width: 322px;
	height: 46px;
	text-align: left;
}
div.textfield_form_large.marked{
	background: url("/images/buttons/error.png") 284px 15px no-repeat;
}

input.textfield_form_large.marked,
input.textfield_form.marked,
input.textfield_form_small.marked,
textarea.textarea_form.marked{
  border: 1px solid #fa4329;
  color: #fa4329;
}
input.textfield_form_large.marked:focus,
input.textfield_form.marked:focus,
input.textfield_form_small.marked:focus,
textarea.textarea_form.marked:focus {
	box-shadow: 0 0 5px #fa4329;
}

input[disabled=disabled], input:disabled{
 	background:  #dcdcdc inset;
  margin: 3px;
  border-radius: 6px;
  border: none;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
	box-shadow: 0px 0px 2px 0px #cccccc inset;
  transition: all 0.2s linear;
}

textarea.textarea_form {
	outline: none;
	resize: none;
	background: #f6f6f6 inset;
	margin: 3px;
	border: 3px solid transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px #cccccc inset;
	transition: all 0.2s linear;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
	color: #222222;
	position: relative;
	width: 272px;
	height: 156px;
	padding: 14px;
}

textarea.textarea_form:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
	transition: none;
}
div.textarea_form{
	margin: 0px;
	padding: 0px;
	background: transparent;
	transition: all 0.2s linear;
	display: block;
	width: 322px;
  height: 156px;
	text-align: left;
}

.basketorderbuttoncontainer a.button_form,
.basketorderbuttoncontainer input.button_form{
	box-shadow:none;
}

a.button_form,
input.button_form{
	display: inline-block;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-align: center;
	text-decoration: none;
	height: 46px;
	width: auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	padding: 0px 24px;
	box-shadow: 1px 0px 0px #de7069, -1px 0px 0px #e5837d, 0px 1px 3px #d7aba8, 0px -1px 0px #f85c52;
	background-color: #f82718;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#CD0000));
	background-image: -webkit-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -moz-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -ms-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -o-linear-gradient(top, #e40a0a, #CD0000);
	background-image: linear-gradient(to bottom, #e40a0a, #CD0000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#CD0000);
}


input.button_form:hover{
	background: rgb(200, 2, 2);
	/*
	background-color: #e40a0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background: -webkit-linear-gradient(top, #e40a0a, #9f0202);
	background: -moz-linear-gradient(top, #e40a0a, #9f0202);
	background: -ms-linear-gradient(top, #e40a0a, #9f0202);
	background: -o-linear-gradient(top, #e40a0a, #9f0202);
	background: linear-gradient(to bottom, #e40a0a, #9f0202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
	*/
}

.btn_mapviewtoggle i {
  font-size:16px;
  padding-right:4px;
  color:#555;
}
.button_white:hover{
  background-color: #f9f9f9;
}
.button_white:focus{
  box-shadow:none;
}
.button_white{
	display: inline-block;
	outline: none;
  cursor: pointer;
  text-align: center;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	width: auto;
	font-size: 0.8em;
  font-weight: 400;
  color: #333333;
	background: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 3px 3px -3px #ccc;

	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button_white:hover{
	color: #000;
}
.plusminusbutton .button_white {
	border-radius:5px;
	box-shadow:none;
	border: 1px solid #DBDBDB;
}
div.textarea_form.marked{
	background: url("/images/buttons/error.png") 284px 68px no-repeat;
}
div.checkbox_form{
	padding: 0px;
	margin: 3px;
  max-height:40px;
}

input.checkbox_form[type=checkbox]{
	opacity: 0;
  position: absolute;
	width: 32px;
	height: 32px;
}

label.checkbox_form{
	left: 0px;
	top: 10px;
	display: block;
	outline: none;
	cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  overflow: hidden;
	background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  color: #222222;
}
label.checkbox_form.marked{
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  margin: 0px;
}
label.checkbox_form_label, label.radiobutton_form_label{
	position: relative;
	padding: 0px;
	padding-left: 50px;
	/*padding-top: 8px;*/
	top: -25px;
	left: 0;
	background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0em;
  color: #222222;
	display: block;
}
label.checkbox_form:before{
  content: "\00a0";
  color: transparent;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 24px;
  overflow: hidden;
	font-weight: bold;
	display: inline-block;
	background-color: #f6f6f6;
  margin-right: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px #ccc inset;
  transition: none;
  cursor:pointer;
}
input.checkbox_form[type=checkbox]:checked + label.checkbox_form:before{
	content: "\2713";
	overflow: hidden;
	font-size: 1.7em;
	line-height: 28px;
	width: 30px;
  height: 30px;
	font-weight: bold;
	color: #50aecc;
	text-align: center;
}


div.radiobutton_form{
	/*height: 46px;
	position: relative;*/
	padding: 0px;
	margin: 3px;
}

input.radiobutton_form[type=radio]{
	opacity:0;
}

.step4 label.radiobutton_form {
	display:none;
}
.step4 label.checkbox_form_label,
.step4 label.radiobutton_form_label {
	font-size: 0.85em;
	padding-top: 0px;
  height:auto;
}

label.radiobutton_form{
	/*position: absolute;*/
	left: 3px;
	top: 3px;
	display: inline-block;
	outline: none;
	cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  overflow: hidden;
	background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  color: #222222;
}

label.radiobutton_form.marked{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  margin: 0px;
}

label.radiobutton_form:before{
  content: "\00a0";
  color: transparent;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 24px;
  overflow: hidden;
	font-weight: bold;
	display: inline-block;
	background-color: #f6f6f6;
  margin-right: 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px #ccc inset;
  transition: none;
}

input.radiobutton_form[type=radio]:checked + label.radiobutton_form:before{
	content: "\25CF";
	font-size: 2em;
	overflow: hidden;
	padding-top: 2px;
	line-height: 22px;
	min-width: 30px;
  height: 30px;
	font-weight: bold;
	color: #50aecc;
	text-align: center;
}


label.marked:before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  margin: 0px;
	border: 3px solid #fa4329;
	transition: none;
	color: #fa4329;
}

input.radiobutton_form[type=radio]:checked + label.marked:before{
	color: #fa4329;
  width: 36px;
  height: 36px;
	top: 0px;
	left: 0px;
}

input.icon_location_button_form{
 	background-repeat: no-repeat;
	background-image: url('/images/buttons/button_icon_location.png');
	background-image: url('/images/buttons/button_icon_location.png'), -webkit-gradient(linear, left top, left bottom, from(#f82718), to(#c21f13));
	background-image: url('/images/buttons/button_icon_location.png'), -webkit-linear-gradient(top, #f82718, #c21f13);
	background-image: url('/images/buttons/button_icon_location.png'), -moz-linear-gradient(top, #f82718, #c21f13);
	background-image: url('/images/buttons/button_icon_location.png'), -ms-linear-gradient(top, #f82718, #c21f13);
	background-image: url('/images/buttons/button_icon_location.png'), -o-linear-gradient(top, #f82718, #c21f13);
	background-image: url('/images/buttons/button_icon_location.png'), linear-gradient(to bottom, #f82718, #c21f13);
	padding: 0px 25px 0px 46px;
}
input.icon_location_button_form:hover{
	background-repeat: no-repeat;
	background-image: url('/images/buttons/button_icon_location.png');
	background-image: url('/images/buttons/button_icon_location.png'), -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background-image: url('/images/buttons/button_icon_location.png'), -webkit-linear-gradient(top, #e40a0a, #9f0202);
	background-image: url('/images/buttons/button_icon_location.png'), -moz-linear-gradient(top, #e40a0a, #9f0202);
	background-image: url('/images/buttons/button_icon_location.png'), -ms-linear-gradient(top, #e40a0a, #9f0202);
	background-image: url('/images/buttons/button_icon_location.png'), -o-linear-gradient(top, #e40a0a, #9f0202);
	background-image: url('/images/buttons/button_icon_location.png'), linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
	padding: 0px 25px 0px 46px;
}


input.icon_location_button_white,
input.icon_location_button_white:hover,
a.togglerestaurantlist,
a.togglerestaurantlist:hover {
	box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
}

@media (min-width: 120px) and (max-width: 639px) {
	input.icon_location_button_white,
	input.icon_location_button_white:hover {
		font-size:0.9em;
		-webkit-appearance: none;
	}
}

select.pulldown_white {
	height: 35px;
	display: inline-block;
	margin: 0px;
	padding: 6px;
	min-width:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	background: #FFFFFF;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	padding-left:8px;
	border: 1px solid #DBDBDB;
}
select.pulldown_white::-ms-expand {
    display: none;
}
label.pulldown_white, label.pulldown_transparent, label.pulldown_form{
	margin: 0px;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 20px;
}


label.pulldown_white:after{
	content: '\25bc';
	font: 10px "Consolas", monospace;
	color: #777;
	right: 5px;
	padding: 6px;
	margin: 0px;
	position: absolute;
	pointer-events: none;
}
.sidedish-content .pulldown_white:after {
	top: -2px;
}

@media (min-width:640px) {
	label.pulldown_white:after {
		font: 18px "Consolas", monospace;
		right: 15px;
	}
	.sidedish-content .pulldown_white:after {
		top: -6px;
	}
}

label.pulldown_white:before{
  content: '';
  height: 28px;
  width: 20px;
  color: #000000;
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  right: 10px;
  top: -2px;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  display: block;
}

select.pulldown_transparent{
	height: 35px;
	display: inline-block;
	margin: 0px;
	padding: 6px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	direction: rtl;
	padding-right: 12px;
	color: #333333;
	background: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}
select.pulldown_transparent::-ms-expand {
    display: none;
}
label.pulldown_transparent:before{
	content: '';
	height: 28px;
	width: 19px;
	color: #000000;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	top: -2px;
	background: transparent;
	position: absolute;
	pointer-events: none;
	display: block;
}

label.pulldown_transparent:after{
  content: '\25bc';
  font: 8px "Consolas", monospace;
  color: #828282;
  right: -5px;
  top: 1px;
  padding: 4px;
  margin: 0px;
  position: absolute;
  pointer-events: none;

}

div.button_add{
  cursor: pointer;
  -webkit-border-radius:35px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: none;
	text-align: center;
	text-decoration: none;
	height: 42px;
	width: auto;
  font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	padding: 0px 15px;
	background-color: #3597b4;
	white-space: nowrap;
}

span.button_add_sup {
	vertical-align: text-top;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

div.button_add a.button_add, div.button_add a.button_add:link, div.button_add a.button_add:visited{
	height: 42px;
	line-height: 40px;
	text-decoration: none;
  font-family: "Open Sans", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}

span.button_add, span.button_add:before{
	padding: 0 5px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-stretch: condensed;
	font-size: 26px;
	/*color: #f55f39;*/
	color: #fff;
	font-weight: 100;
}

@media (min-width: 640px) {
	a.button_add:after {
		font-family: "Courier";
    content: " ";
    background-image: url('/images/buttons/button_add.png');
    background-position:  5px 0;
    background-repeat: no-repeat;
		border-left: 1px solid #51A3BB;
		padding-left: 18px;
	}
	div.button_add {
		padding-right: 7px;
	}
  label.pulldown_transparent:after
  {
    font-size:10px;
  }
}

div.button_add:hover{
	background-color: #3597b4;
}
input[type="submit"].button_menu,
div.button_menu {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: none;
	text-align: center;
	text-decoration: none;
	height: 42px;
	width: auto;
  font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 22px;
	background: #50aecc;
}
input[type="submit"].button_menu:hover,
div.button_menu:hover{
  background: #3597b4;
}

div.button_menu a.button_menu,
div.button_menu a.button_menu:link,
div.button_menu a.button_menu:visited {
	height: 42px;
	line-height: 40px;
	text-decoration: none;
  font-family: "Open Sans", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}

span.button_menu, span.button_menu:before
{
	display:none;
	padding: 0px 12px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-stretch: condensed;
	font-size: 26px;
	color: #393939;
	font-weight: 100;
}
div.button_menu img {
	display:none;
}

div.textfieldsubmitbutton_form{
  display: inline-block;
	background: #f6f6f6 ;
  margin: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px #ccc inset;
  transition: all 0.2s linear;
  height: 36px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

input.textfieldsubmitbutton_form {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	width: 100%;
	height: 36px;
	padding: 0px;
	margin: 0px;
	background: none;
	padding-left: 14px;
	padding-right: 33px;
}


@media (min-width: 120px) and (max-width: 639px) {
	input.textfieldsubmitbutton_form
	{
		font-size:0.9em;
	}

}

button.textfieldsubmitbutton_form{
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 28px;
	border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: none;
	cursor: pointer;
}

button.icon_search_textfieldbutton_form{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAe1BMVEUAAABCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkLGvIdIAAAAKHRSTlMA+HgKBuzkbUvwsZdZ9NHLuKujnpCGZEIvHx0S3tzYv710ZV9DPDsjWvR85gAAAJNJREFUGNNVj1USwzAQQ+Mwcxoo87v/CWtsp/qwZp5XstczmruY7JwEntU+xyh+GRA0IPKxj6XNmhRw2aSHPsQquAlqWyCRLy2B1BaGEY20Eb5vdGSmJnSkpzLhpyNHanku0FpQwqQ8h0Ln0gyx2hsO0z1pgZsCjwonsdOjAvzrCYiGtwOJ2nZZ7R8i0KM/DVH5Dz79Kw61cfDsegAAAABJRU5ErkJggg==');
	background-position: left center;
	background-repeat: no-repeat;
}

button.icon_location_textfieldbutton_form{
	background-image: url('/images/buttons/icon_location.png');
	background-position: left center;
	background-repeat: no-repeat;
}

div.textfieldsubmitbutton_large{
	display: inline-block;
	background: #f6f6f6 ;
	margin: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	transition: all 0.2s linear;
	height: 48px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
input.textfieldsubmitbutton_large {
	position: relative;
	outline: none;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	color: #222222;
	width: 100%;
	height: 48px;
	padding: 0px;
	margin: 0px;
	background: none;
	padding-left: 14px;
	padding-right: 45px;
}
textarea.textarea_form::-webkit-input-placeholder {
	font-size: 1.5em;
	color: #bebebe;
}
textarea.textarea_form:-moz-placeholder {
	font-size: 1.5em;
	color: #bebebe;
}

button.textfieldsubmitbutton_large{
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 40px;
	border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: none;
	cursor: pointer;
	font-size: 1.5em;
}

button.icon_search_textfieldbutton_large{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAe1BMVEUAAABCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkLGvIdIAAAAKHRSTlMA+HgKBuzkbUvwsZdZ9NHLuKujnpCGZEIvHx0S3tzYv710ZV9DPDsjWvR85gAAAJNJREFUGNNVj1USwzAQQ+Mwcxoo87v/CWtsp/qwZp5XstczmruY7JwEntU+xyh+GRA0IPKxj6XNmhRw2aSHPsQquAlqWyCRLy2B1BaGEY20Eb5vdGSmJnSkpzLhpyNHanku0FpQwqQ8h0Ln0gyx2hsO0z1pgZsCjwonsdOjAvzrCYiGtwOJ2nZZ7R8i0KM/DVH5Dz79Kw61cfDsegAAAABJRU5ErkJggg==');
	background-position: left center;
	background-repeat: no-repeat;
}

button.icon_location_textfieldbutton_large{
	background-image: url('/images/buttons/icon_location.png');
	background-position: left center;
	background-repeat: no-repeat;
}

input.togglebutton1[type=radio],
input.togglebutton2[type=radio]{
	display: none;
}

div.togglebutton{
	width: auto;
	min-width: 180px;
	display: inline-block;
	height: 50px;
	margin: 3px;
	padding: 0px;
	background: #ca5211;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
label.togglebutton1, label.togglebutton2{
	display: inline-block;
	background: transparent;
	color: #fc9660;
	margin: 3px 0px 3px 3px;
	padding: 5px 10px;
	padding-top: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s linear;
	height: 44px;
	width: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

label.togglebutton2{
	margin: 3px 3px 3px 0px;
}

label.togglebutton1:before,
label.togglebutton2:before{
	content: '';
	color: transparent;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
	outline: none;
  width: 30px;
  height: 30px;
  padding-right: 4px;
}

input.togglebutton1[type=radio]:checked + label.togglebutton1,
input.togglebutton2[type=radio]:checked + label.togglebutton2 {
	background: #ff8800;
	color: #ffffff;
}

input.togglebutton1[type=radio]:checked + label.togglebutton1:before,
input.togglebutton2[type=radio]:checked + label.togglebutton2:before{
	content: "\2713";
	color: #ffffff;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 1.3em;
  width: 30px;
  height: 30px;
  padding-right: 4px;
}

div.pulldown_form{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom:4px;
	width: 100%;
	height: 46px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
select.pulldown_form {
	display: inline-block;
	padding: 4px;
	padding-left:16px;
	padding-right:30px;
	width:100%;
	margin-top:5px;
	height: 44px;
	font-size: 12px;
	font-family: 'Open Sans';
	color: #333333;
	background: #FFFFFF;
	border: 3px solid transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 0px #000;
}
select.pulldown_form::-ms-expand{
	display:none;
}
select.pulldown_form:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

label.pulldown_form:after{
	content: '\25bc';
	font: 12px "Consolas", monospace;
	color: #777;
	top: 4px;
	right: 11px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	pointer-events: none;
	outline: none;
}

label.pulldown_form:before{
	content: '0';
	font: 30px "Consolas", monospace;
	height: 34px;
	width: 21px;
	color: transparent;
	padding: 0px;
	margin: 0px;
	right: 10px;
	top: -6px;
	background: transparent;
	position: absolute;
	pointer-events: none;
	display: block;
	outline: none;
}

div.pulldown_form.marked label.pulldown_form:after{
	content: '\25bc';
	color: #fa4329;
}
select.pulldown_form.marked {
	border-color:#fa4329;
}
div.pulldown_form.marked
{
	background: url("/images/buttons/error.png") 284px 15px no-repeat;
}

/*
	exceptions for chrome / opera..
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	select.pulldown_transparent
	{
		padding-left: 20px;
	}

	select.pulldown_white
	{
		padding-right: 24px;
	}

	select.pulldown_form
	{
		padding-right: 24px;
	}

	input.radiobutton_form[type=radio]:checked + label.radiobutton_form:before
	{
		padding-top: 0px;
	}
}
/*
	exceptions for FF
*/
@-moz-document url-prefix()
{
	input.radiobutton_form[type=radio]:checked + label.radiobutton_form:before
	{
		padding-top: 0px;
	}
}

@media (min-width: 120px) and (max-width: 1024px)
{
	select.pulldown_transparent {
		font-size:0.9em;
	}
}

@media (min-width: 640px) {
	select.pulldown_transparent {
		font-size:1.3em;
	}
	.button_white {
		font-size:1.0em;
	}
}
@media (min-width: 1025px)
{

	input.textfield_form_small
	{
    width: 139px;
    height: 46px;
	}

	div.textfield_form_small
	{
		width: 189px;
		height: 46px;
	}

	div.textfield_form_small.marked
	{
		background: url("/images/buttons/error.png") 151px 15px no-repeat;
	}

	input.textfield_form
	{
		width: 255px;
		height: 46px;
	}
	/*
	.popupcontent input.button_form_blue{
		margin-top:15px;
	}*/
	.popupcontent .clearboth{
		clear:both;
	}
	.popupcontent div.textfield_form{
		height:62px;
	}
	div.textfield_form
	{
		width: 305px;
		height: 46px;
	}

	div.textfield_form.marked
	{
		background: url("/images/buttons/error.png") 267px 15px no-repeat;
	}

	input.textfield_form_large
	{
		width: 354px;
		height: 46px;
	}

	div.textfield_form_large
	{
		width: 404px;
		height: 46px;
	}

	div.textfield_form_large.marked
	{
		background: url("/images/buttons/error.png") 366px 15px no-repeat;
	}

	textarea.textarea_form
	{
		width: 354px;
    height: 156px;
	}

	div.textarea_form
	{
		width: 404px;
		height: 156px;
	}

	div.textarea_form.marked
	{
		background: url("/images/buttons/error.png") 366px 68px no-repeat;
	}
	select.pulldown_form, select.pulldown_form.marked
	{
		color: #333333;
		outline: none;
		display: inline-block;

	}

	div.pulldown_form.marked
	{
		background: url("/images/buttons/error.png") 366px 15px no-repeat;
	}

	div.textfieldsubmitbutton_form
	{
		height: 47px;
		width: 100%;
	  overflow: hidden;
	  position: relative;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	div.textfieldsubmitbutton_form input.textfieldsubmitbutton_form
	{
		height: 47px;
		width: 100%;
		position: relative;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	div.textfieldsubmitbutton_form button.textfieldsubmitbutton_form
	{
		position: absolute;
		height: 47px;
		width: 28px;
	}

	div.textfieldsubmitbutton_large
	{
		height: 60px;
		width: 100%;
	  overflow: hidden;
	  position: relative;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	input.textfieldsubmitbutton_large
	{
		height: 60px;
		width: 100%;
		position: relative;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	button.textfieldsubmitbutton_large
	{
		position: absolute;
		height: 60px;
		width: 40px;
	}
}


input.button_form_blue {
	margin:0;
	height:40px;
	font-size:0.9em;
	font-weight:600;
	background: -webkit-gradient(linear, left top, left bottom, from(#3597b4), to(#3597b4));
	background: -webkit-linear-gradient(top, #3597b4, #3597b4);
	background: -moz-linear-gradient(top, #3597b4, #3597b4);
	background: -ms-linear-gradient(top, #3597b4, #3597b4);
	background: -o-linear-gradient(top, #3597b4, #3597b4);
	background: linear-gradient(to bottom, #3597b4, #3597b4);
	box-shadow:none;
}
input.button_form_blue:focus,
input.button_form_blue:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#337491), to(#337491));
	background: -webkit-linear-gradient(top, #337491, #337491);
	background: -moz-linear-gradient(top, #337491, #337491);
	background: -ms-linear-gradient(top, #337491, #337491);
	background: -o-linear-gradient(top, #337491, #337491);
	background: linear-gradient(to bottom, #337491, #337491);
}

input.button_form_black {
	margin:0;
	height:40px;
	font-size:0.9em;
	font-weight:600;
	background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#000));
	background: -webkit-linear-gradient(top, #292929, #000);
	background: -moz-linear-gradient(top, #292929, #000);
	background: -ms-linear-gradient(top, #292929, #000);
	background: -o-linear-gradient(top, #292929, #000);
	background: linear-gradient(to bottom, #292929, #000);
	box-shadow:none;
}
input.button_form_black:focus,
input.button_form_black:hover {
	background:#292929;
}
/*
.checkoutcontainer input.bussinesslogin {
	box-shadow: 0px 1px 3px 0px #ccc inset;
	height:40px;
	border: 3px solid #f6f6f6 !important;
	background-color: #fff !important;
}*/

.btn_submit,
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	height:47px;
	line-height: 47px;
	width: 100%;
	font-size:1.2em;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
}

.btn_submit_small {
	display:inline-block;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 40px;
	margin-top: 3px;
	border: 1px solid #ccc;
	width:auto;
}

.btn-small {
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	padding: 0 10px;
	width:auto;
}

.btn_white {
	color: #555;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #f6f6f6);
	background-image: -moz-linear-gradient(top, #FFFFFF, #f6f6f6);
	background-image: -ms-linear-gradient(top, #FFFFFF, #f6f6f6);
	background-image: -o-linear-gradient(top, #FFFFFF, #f6f6f6);
	background-image: linear-gradient(to bottom, #FFFFFF, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#f6f6f6);

	border: 1px solid #eee;
	box-shadow: none;
}
.btn_white:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #FFFFFF);
	background-image: -moz-linear-gradient(top, #f6f6f6, #FFFFFF);
	background-image: -ms-linear-gradient(top, #f6f6f6, #FFFFFF);
	background-image: -o-linear-gradient(top, #f6f6f6, #FFFFFF);
	background-image: linear-gradient(to bottom, #f6f6f6, #FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f6f6f6, endColorstr=#FFFFFF);
}

.btn_red {
	color:#fff;
	background-color: #f82718;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#CD0000));
	background-image: -webkit-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -moz-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -ms-linear-gradient(top, #e40a0a, #CD0000);
	background-image: -o-linear-gradient(top, #e40a0a, #CD0000);
	background-image: linear-gradient(to bottom, #e40a0a, #CD0000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#CD0000);
}

.btn_red:hover {
	background: rgb(200, 2, 2);
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
	background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);*/
}

.btn_blue {
	color:#fff !important;
	background: #3597b4;
	background: -webkit-gradient(linear, left top, left bottom, from(#3597b4), to(#3597b4));
	background: -webkit-linear-gradient(top, #3597b4, #3597b4);
	background: -moz-linear-gradient(top, #3597b4, #3597b4);
	background: -ms-linear-gradient(top, #3597b4, #3597b4);
	background: -o-linear-gradient(top, #3597b4, #3597b4);
	background: linear-gradient(to bottom, #3597b4, #3597b4);
}
.button_white_checkvoucher {
	font-size:1.0em;
	margin-left: 5px;
	line-height: 40px;
	height: 44px;
}

input.button_reference {
  margin-top:12px;
  padding:8px;
}