.foreign-account-section .sub-heading {
	margin: 0 7px 20px 0;
}

.foreing-account-option {
	margin-bottom: 0;
	padding: 5px 5px 5px 7px;
}

.foreing-account-option .info-desc {
	margin: 0;
}

.selected {
	background-color: #eeeeee;
	border-radius: 25px 0 0 25px;
}

.selected+.foreing-account-input-data-box {
	display: block;
}

.foreing-account-input-data-box {
	margin: 0 0 10px 20px;
	padding: 15px;
	border-left: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	border-right: 3px solid #eeeeee;
	display: none;
}

.circle {
	width: 11px;
	height: 11px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #767A7D;
	margin: 6px 5px 0 0;
	float: left;
	cursor: pointer;
}

.temporary-visitor-statement {
	padding: 10px 0 0 5px;
}

.declaration-content label {
	display: block;
}

.agree-check-styled {
	position: absolute;
	left: 34px;
	opacity: 0;
}

.declaration-content
   {
	margin-top: 15px;
}

.declaration-content div {
	margin-bottom: 10px;
}

.foreign-account-section .radio {
	margin-right: 7px;
}

input[type="radio"].styled {
	left: 6px;
	width: 22px;
	height: 22px;
}
.insuranceTypeSelector input[type="radio"].styled, .jointApplicantLoanProtection input[type="radio"].styled {
	left: 0;
}
.insuranceTypeSelector .mandatory-field
{
	display:none;
}
.foreign-account-error-txt
{
	color:#c92424;
}