body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cssButton {
	background-color: #008765;
	color: #FFF;
	border: 1px solid #000;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	background-image: none;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100px;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	}
	
.cssButton:hover {
	background-color: #F5C503;
	color: #000;
	}
	
#Ok, #checkBankDetails {
	width: 15em;
	}
	
.css_label_text {
	width: auto;
	}
	
.css_description_text {
	margin-bottom: 0.5em;
	}
	
.css_label_text {
	margin-right: 0em;
	padding-right: 0.2em;
	}
	
#InvalidThirdParyDetailsWhenFlagIsFalse {
	margin-right: 0.5em;
	}
	
input[type="checkbox"] {
	margin-top: 6px;
	}

div.css_clear_field_group {
	clear: both;
	width: 100%;
	}
	
.css_companyName {
	font-weight: bold;
	}
	
.css_fund_details > .css_label_text {
	margin-right: 5%;
	}
	
.inputtext {
	width: 200px;
}

#SortCode.inputtext, #sortCode2.inputtext, #sortCode3.inputtext {
	width: 50px;
}

#InvalidThirdParyDetailsWhenFlagIsFalse {
	width: auto;
}

.css_clear_thirdparty_field_group {
	clear: both;
}

#thirdPartyDisplay > .css_bank_details {
	margin-bottom: 0px;
}

.css_bank_details > .css_description_text {
	margin-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
