﻿@media only screen and (max-width: 939px) and (min-width: 0px){
	#ContactBox {
		position: relative;
		float: left;
		width: -webkit-calc((100% - 25px) / 2);
		width: -moz-calc((100% - 25px) / 2);
		width: -ms-calc((100% - 25px) / 2);
		width: -o-calc((100% - 25px) / 2);
		width: calc((100% - 25px) / 2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	aside#Pulse,
	aside#MobileDevices{
		position: static;
		float: left;
		margin: -15px 0px 0px 25px;
		width: -webkit-calc((100% - 25px) / 2);
		width: -moz-calc((100% - 25px) / 2);
		width: -ms-calc((100% - 25px) / 2);
		width: -o-calc((100% - 25px) / 2);
		width: calc((100% - 25px) / 2);
	}

	aside#Pulse img{
		width: 100%;
	}

	#AssidesContainer{
		width: auto;
		float: none;
	}

	#BecomingACustomerContainer{
		padding-left: 0px;
	}

	#gebe_container	{
		width:auto; 
	}

		#gebe_container > header {
			width:auto;
		}
}

@media only screen and (min-width: 940px) {
	#ContactBox {
		position: fixed;
	}

	aside#Pulse,
	aside#MobileDevices {
		position: fixed;
		margin: 297px 0px 0px 0px;
	}

	aside#Pulse img{
		width: 100%;
	}

	aside#Pulse img.contactBoxImage{
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#AssidesContainer{
		width: 270px;
		margin-right: 65px;
	}
}

.privacyClause{
	font-size: 10px;
	font-style: italic;
	line-height: normal;
}

#frmFeedback .editor-field{
	float: none;
	overflow: hidden;
}

#frmFeedback #Message{
	width: 98%;
	height: 100px;
}

#frmFeedback header h2{
	float: left;
	margin-top: 35px;
}

.BelfiusLogo{
	float: right;
}

.BelfiusLogo img{
	border: 0px;
}

.idCard{
	width:280px;
	height:176px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formField label.helptipLabel{
	display: inline;
}

.formField.fieldWidth11 { width:135px; }
.formField.fieldWidth11 input[type=text],
.formField.fieldWidth11 input[type=date],
.formField.fieldWidth11 input[type=number],
.formField.fieldWidth11 input[type=email],
.formField.fieldWidth11 input[type=tel],
.formField.fieldWidth11 input[type=datetime] { width:122px; }

.countrySelectContainer
{
	position: relative;
	bottom: 0px;
	width: 55px;
}

.countrySelectContainer > .webdev-combobox
{
	width:53px;
	height: 26px;
	border:1px solid #50626e;
}

.PartnerData #Holders_0__PartnerCityOfBirth,
.PartnerData #Holders_1__PartnerCityOfBirth,
#Holders_0__CityOfBirth,
#Holders_1__CityOfBirth
{
	padding-right:0px;
	width: 153px;
}

#AgencyName{
	border: none;
	margin-left: 10px;
}

html.ie div.formField.narrowMargin{
	margin-left: 2px;
}

.right{
	float: right;
}

.formSpacer{
	text-align: center;
}

div.born{
	width: 470px;
}

div.born .fieldWidth11 {
	width: 160px;
	margin-left: 0px;
}

	div.born div.formField input[name$='.BirthDate'] {
		width: 148px;
	}

	div.born div.formField.noLabel input[name$='.CityOfBirth']{
		width: 153px;
	}

	div.born .textAlignRight{
		text-align: right;
	}

	div.born div.formSpacer{
		margin-left: 11px;
		margin-right: 10px;
	}