﻿/* this next style  should be moved to a control style sheet when FCRA docs are put into a ascx format*/

.LegalFormsPanel
{
	width: auto;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	border-color: #6396CE;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;
}

.LegalTextWindow
{
	width: auto;
	height: 300px;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #6999C9;
	text-align: justify;
	padding: 8px;
	margin: 8px;
}

.LegalFinePrint
{
	font-size: smaller;
	padding: 5px 8px 5px 8px;
	border-top: solid 1px silver;
}

.LegalPageDivider
{
	height: 5px;
	width: auto;
	margin: 2px 10px 2px 10px;
	border-top: dotted 1px grey;
}

.LegalDocPrintBar
{
	padding: 5px 8px 5px 5px;
	text-align: right;
	font-size: inherit;
	margin: 8px;
}

.LegalAgreementHeaderBox
{
	width: auto;
	height: auto;
	overflow: auto;
	border-style: none;
	border-width: 0px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#ConsumerAgreementText
{
	font-size: 12px;
}
