/* CSS Document */
.preferenceCentreSection {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e7e9;	
}
.preferenceCentreSection label.standardLabel {
	display:block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
.preferenceCentreSection input.emailBox {
	font-size:13px;
	padding:4px;
	width:300px;
	border: 1px solid #e6e7e9;
}
.preferenceCentreSection .mainBrandCheckBox label {
	font-size:15px;
}
.preferenceCentreSection .mainBrandCheckBox label, .preferenceCentreSection .otherCheckBox label {
	padding-left:4px;
}
.preferenceCentreSection .otherCheckBox {
	margin-right:50px;
}
.preferenceCentreSection p.bottomText {
	font-size:13px;
	color:#666666;
	line-height:15px;
	margin-bottom: 15px;
}
.preferenceCentreSection input.updateButton {
	font-size: 13px;
	color: #FFF;
	background-color: #0078AE;
	border:none;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-transform:uppercase;
	border-radius:4px;
	cursor:pointer;
	padding:6px 12px;
}
.preferenceCentreSection input.updateButton:hover {
	background-color: #0096D9;
}
p.thankYouText span {
	background-color:#f7fff2;
	border: 1px solid #cde0c1;
	background-image: url(../images/ktg2014/greenTick.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	color:#4f9b26;
	float:left;
	font-size:14px;
	padding: 15px 15px 15px 35px;
}
p.thankYouText {
	height:100px;
}
.otherBrandsText	{
	font-weight:bold;
	margin-bottom:5px;
}
.validation	{
	color: #e16060;
	font-size:13px;
	margin-left: 5px;
}