.contentContainer {
	/*text-align: initial;*/
}

.mainpage .contentContainer .h1 {
	margin: 6px 0 18px 0;
}
.optionUK,
.tblContainer {
	display: none;
}

.italicText {
	font-style: italic;
}

.label {
	margin: 0;
	float: none;
	display: block;
	font-size: 11px;
}

.formSelect {
	margin: 0;
	float: none;
	display: block;
	width: 187px; 
	height: 30px;
	padding: 0 0 0 8px;
}

.leftContainer,
.rightContainer {
	float: left;
}

.leftContainer {
	width: 28%;
}

.rightContainer {
	width: 45%;
}

.blueColor {
	color: #02b5dd;
}

.whiteColor {
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.formBankDetails {
	background-color: #02b5dd;
	margin: 7px 0 0 0;
	padding: 8px 20px 18px 20px;
}

.tblHeader {
	background-color: #333333;
}

.tblCellStyle {
	padding: 14px 20px 14px 20px;
	/*border-bottom: 1px solid #e5e5e5;*/
}

.tblBankDetails,
.tblTransactionCosts {
	width: 100%;
	/*border-left: 1px solid #e5e5e5;*/
	border-spacing: initial;
}

.tblBankDetails {
	margin-bottom: 20px;
}

.tblHeader2 {
	background-color: #777777;
}

.tblHeader3 {
	background-color: #f4f4f4;
}

.tblCol1, 
.jsResponse,
.tblCols {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.tblCol1 {
	width: 219px;
	border-left: 1px solid #e5e5e5;
}

.footnoteContainer {
	margin-bottom: 20px;
}

.tblCols {
	text-align: center;
}

.tblCols2 {
	text-align: initial;
}

.tblCol2 {
	width: 80px;
}

.tblCol3 {
	width: 130px;
}

.tblCol4 {
	width: 110px;
}

.specBorderColor {
	border-left-color: #777777;
}

.specBorderColorRight,
.tblHeader2 > th.jsResponse:last-child{
	border-right-color: #777777;
}

.floatLeft {
	float: left;
	width: 95%;
}

.floatRight {
	float: right;
}

