/* CSS Document */
.preferenceCentreSection {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
.preferenceCentreSection label.standardLabel {
	display:block;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
.preferenceCentreSection input.emailBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	width:300px;
	border: 1px solid #CCC;
}
.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:12px;
	color:#666666;
	line-height:15px;
}
.preferenceCentreSection input.updateButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #ADAEB0;
	background-image: -moz-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ADAEB0), color-stop(0, #8B8D8F));
	background-image: -webkit-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -o-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: -ms-linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-image: linear-gradient(bottom, #ADAEB0 100%, #8B8D8F 0%);
	background-repeat: no-repeat;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
	margin-top:10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
p.thankYouText span {
	background-color:#3b971b;
	padding-left:55px;
	background-image: url(../images/preferenceCentre/tick.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#FFF;
	height:60px;
	float:left;
	padding-right:10px;
	font-size:16px;
	line-height:60px;
}
p.thankYouText {
	height:100px;
}