#customForm form {
	overflow: auto;
	margin: 0; 
	padding: 0;
	}

/*containers*/

#customForm form .centeringContainer {
	margin-left: auto; 
	margin-right: auto; 
	width: 430px;
	}

/*fieldsets*/

#customForm form fieldset {
	border: 1px solid #d8e1e8;
	clear: both;
	margin: 0 0 10px 0; 
	padding: 10px;
	}

/*legends*/

#customForm form legend {
	color:#003c5d;
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 0 0; 
	padding: 0 10px 0 10px;
	/*ie hack*/ _margin: 0 0 10px 0; 
	}

/*labels*/

#customForm form label {
	float: left; 
	width: 200px;
	font-weight: normal;
	}
	
#customForm form label.small {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 80px;
	}
#customForm form label.xsmall {
	float: left; 
	height: 25px;
	padding-top: 3px;
	width: 50px;
	}
	
/*inputs, selects, text areas*/

#customForm form input,
#customForm form select,
#customForm form textarea {
	float: left; 
	font-size: 11px;
	margin: 2px 5px 2px 0;
	width: 200px;
	}
	
#customForm form input.small {
	width: 94px;
	}
	
#customForm form input.xsmall {
	width: 24px;
	}
	
#customForm form input.button {
	background: #016fa4 url(/img/buttons/submit.gif) no-repeat;
	border:none;
	height:22px;
	width:76px;
	cursor: hand;
	float:right;
	}

body#unsubscribe form fieldset.submit {
border: none;
}
body#unsubscribe form fieldset.submit input.button {
text-indent:-9999em;
}
	
body#unsubscribe #customForm form fieldset ul {
	margin-left: auto; 
	margin-right: auto; 
	width: 430px;
}
body#unsubscribe #customForm form fieldset li {
list-style:none;
}


/*text*/
	
#customForm form em {
	color: #016fa4; 
	font-weight:bold;
	float: left;
	}
	
#customForm form em.description {
	color: #016fa4;
	float: left; 
	font-style:normal;
	width: 120px;
	}
	
	
body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
padding:0;
margin:0;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #003c5e;
border-bottom: 10px solid #becdd6;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow form input {
width: auto;
background-color: #003c5e;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


form fieldset span {
clear:both;
float: left;
display:block;
width: 200px;
font-size: 0.8em;
margin: 0px 0px 5px 200px;
font-style: italic;
line-height: 12px;
}


#customForm fieldset#existingRequirements .existingReq {
width: 345px;
border: 1px solid #ccc;
overflow: auto;
height: auto;
float: left;
margin: 0 10px 10px 0;
}
#customForm fieldset#existingRequirements .existingReq p {
clear:both;
padding: 5px 0 5px 5px;
overflow: auto;
}
#customForm fieldset#existingRequirements .existingReq p.links {
background-color: #ccc;
margin: 15px 0 0 0;
height: auto;
padding: 2px 5px;
display: block;
}
#customForm fieldset#existingRequirements .existingReq p.links a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#customForm fieldset#existingRequirements .existingReq span {
float: left;
margin: 0 0 5px 5px;
font-size: 1em;
font-style: normal;
width: auto;
}

#customForm fieldset#existingRequirements .existingReq span strong {
display: block;
float: left;
width: 90px;
}