* {
	color : #000000;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

* iframe 	{ display: none; }

html {
	background-image: none !important;
	background-color: #fff;
}
html body {
	background-image: none !important;
	background-color: #fff;	
}
form {
	display: block;
	float: none;
}

	
fieldset {
	margin-bottom	: 1em;
	padding			: .5em;
	border: none;
	border-bottom: 1px solid #999;	
}

label {
	padding-bottom: .19em;
	padding-top: .38em;
	width: 15em;
}


img {
	border : none !important;
}
	
#head {
	float: none;
	display: block;
}

#body {
	float: none;
	display: block;	
}	

#foot {
	clear: both;
	display: block;
	width : 100%;
}

#progress-indicator {
	float: none;
	display: block;	
}	
	
.main {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none;
	}
.extra{
	display 	: none !important;
	visibility	: hidden !important;	
}

.form-controls { 
 	display: block;
 	float: none;
 }
 
#nav-links {
	display : none;
}	
#remove-product {
	display: none;
}	
body .section-heading {
	width: 100%;
	float: left;
	
}
body .section-heading #page-title {
 	float : left ;
 }
body .section-heading #security-message {
 	float : right;
 }

#account-owners-container .section-heading,
#account-owners-containger .section
#account-owners-container fieldset {
	float: none;
	display: block;	
	}

/*
 *	Fund Account pages settings
 **********************************/
 
 #funding .auto-savers h4 {
 	border : 1px solid #ccc;
 }
 #funding input.hide {
	visibility	: hidden;
 }
 form .form-controls {
 	display		: none;
 }
 body .obtrusive-medium, 
 body .overlay-small,
 body .overlay-medium,
 body .overlay-large,
 body .overlay-xlarge {
	visibility	: hidden !important;
	display 	: none !important;
}

#authentication li {
	list-style-type:none;
}

.terms-and-conditions {
	visibility: hidden;
	display: none;
	float: none;
}

.section-topdivider {
	display: block;
	float: none;
	width: auto;
}

.section-nodivider {
	display: block;
	float: none;
	width: auto;
}

.agreement h2.term-title {
	width: auto;
	float:none;
	padding-bottom: .83em;
	font-size: 1.08em;
	font-weight: bold;
	display: block;
}


#account-verify table th,
#account-verify table td {
	vertical-align: top;
}

.print-command {
	float: none;
	display: none;
}

.section-nodivider table th,
.section-nodivider table td {
	vertical-align: top;
}

.hide {
	display: none;
}

/*
 *  Add the Layout Styling for Non-form Pages
 *
 ************************************************/


#main-content  .section-nodivider{
  	width: 53.08em;
	margin: 0;
	padding: 0;
  }

#main-content .section-topdivider{
  	width: 53.08em;
	border-top	: 1px solid #d4dadc;
	padding-top		: 2em;
  	margin-bottom: 1.15em;
	padding-bottom: 1.54em;
	float: left;
	display:inline;
  } 
  
#main-content div.summary-section {
  	width			: 53.08em;
	float			: none;
	border-top		: 1px solid #C0C8CC;
	display			: block;
}
#main-content div.summary-section table {
	float			: none;
	display			: block;
	width			: 53.08em;
	
}

#main-content div.summary-section table tr th {
	width			: 13.77em;
	padding-bottom	: .5em;
	padding-top		: .5em;
	vertical-align	: top;
	font-weight		: bold;
}
#main-content div.summary-section table tr td.field-question {
	width			: 13.62em;
	padding-left	: 1.17em;
	padding-bottom	: 0.54em;
	font-weight		: bold;
	vertical-align	: top;
}
#main-content div.summary-section table tr td.field-desc {
	width			: auto;
	padding-top		: 0;
	padding-left	: 1.17em;
	padding-bottom	: 0.54em;
	vertical-align	: top;
}

#main-content div.summary-section table tr td span {
	display			: block;
	padding-bottom	: 0.77em;
}

#main-content div.summary-section table tr td span.subset {
	padding-bottom	: 0;
}


#main-content div.summary-section table tr.has-note td {
	border-bottom	: none;
	padding-bottom	: 0;
}
#main-content div.summary-section table tr.section-start td {
	padding-top: 1.38em;
}

#main-content div.summary-section table tr.section-start th {
	padding-top: 1.38em;
}

#main-content div.summary-section table tr.section-end {
	/*border-bottom: .1em solid #C0C8CC;*/
}
#main-content div.summary-section table tr.section-end td {
	border-bottom: none;
	padding-bottom: 1.38em;
}
#main-content div.summary-section table tr th p.note {
	font-size		: .85em;
	color			: #8a9499;
}
.page-button {
	display: none;
	}
	
.security-seals {
	float			: right;
	padding-bottom	: 1.54em;
}

/* Edits to accountverify.html print styles by Lark Davis 8-11-08*/
div.verify-section{
	width:53.08em;
	float:none;
	display:block;
	border-top: 1px solid #C0C8CC;
}
#account-verify table{
	float:none;
	margin-bottom:30px;
	border-collapse:collapse;
}
#account-verify table tr{
	float:none;
	border-bottom: 1px solid #C0C8CC;
}
#account-verify table tr.has-note{
	border:none;
}	
div.manipulators{
	display:none;
}
div.verify-section h4{
	float:none !important;
	display:block;
}
div#step-three.main div.section{
	float:none;
	display:block;
	width: auto;
}
#account-verify div.terms-fields label{
	display:inline;
}
#account-verify div.terms-fields input {
	float:none;
}