html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding:0;
}

p {
	padding:0 0 5px 0;
	margin:0;
}

div#wrapper {
	margin-left: auto ;
	margin-right: auto ;
	width:702px;
}


div#content {
	text-align:left;
}

div#footer {
	padding-top:15px;
}

.floatright {
	float:right;
	clear:both;
}


h2 {
	font-size:23px;
	padding-bottom:0px;
	margin-bottom:8px;
}

h3 {
	font-size:17px; 
	margin-bottom:8px;
	margin-top:3px;
}

.samlltext {
	font-size:10px;
}

.smallesttext {
	font-size:9px;
	line-height:14px;
}

div.expandablepanel {
	border:1px solid #c5d6d2;
	background-color:#E8EFED;
	padding:3px 28px;
}

div.panel {
	border:1px solid #c5d6d2;
	background-color:#f3f7f6;
	padding:18px 28px;
}



.formleftcol{
	float:left;
	width:250px;
}

.formrightcol{
	float:right;
	width:260px;
	padding-right:130px;
}

.formleftcol label, .formrightcol label{
	font-weight:bold;
	font-size:12px;
}
 
.formleftcol input, .formrightcol input{
	width:240px;
	margin-bottom:10px;
	margin-top:3px;
	margin-left:0;
	border:1px #F2F2F2 inset;
	height:22px;
}

input.checkbox {
	margin-left:0;
	margin-top:2px;
}

p.category-heading {
	cursor:pointer;
	margin:0;
	padding:0;
}
p.category-heading a {
	color: #4F5654;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

p.category-heading input {
	float:right;
}
div.expandablepanel .category-checkbox {
	float:right;
}

div.expandablepanel {
	margin-bottom:2px;
	background-color:#E8EFED;
}
div.category-detail {font-size:10px}
div.category-detail div {

	padding:20px 15px 12px 30px;
}
div.category-detail label {
	font-size:13px;
}

div.errorMessageBG{display:block; color:#FF0000; border:1px #CCC dashed; }

/*  BEGIN: Register response page */
body#register-response div#wrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

 
body#register-response #content	{
	margin-left: -360px;
	position: absolute;
	top: -105px;
	left: 50%;
	width: 720px;
	height: 210px;
	visibility: visible;
}
/*  END: Register response page */

/*  BEGIN: Unsubscribe page */
body#unsubscribe {
	background-color:#e5e8ea;
	font-size:12px;
}
body#unsubscribe div#wrapper  {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-color:#e5e8ea;
}

body#unsubscribe  #content 	{
	margin-left: -360px;
	position: absolute;
	top: -105px;
	left: 50%;
	width: 720px;
	height: 210px;
	visibility: visible;
	
}

body#unsubscribe  div.panel {
	border:1px solid #FFF;
	background-color:#eaedee;
	padding:15px 28px;
}

/*  END: Unsubscribe page */
