/* ----------------------------------------------------------------------------
// FILE:      account_recovery_style.css
// PURPOSE:   The stylesheet used during account recovery.
// INPUTS:    none
// OUTPUTS:   none
// AUTHORS:   B. Chris Boynton (BCB), chrisATtargetsafetyDOTcom
// COPYRIGHT: (c) 2007 TargetSafety, Inc. All Rights Reserved.
---------------------------------------------------------------------------- */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: large;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}

#displayBox {
	background-color: #DDDDDD;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: thick;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thick;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: thick;
	padding: 10px;
	text-align: left;
}

#errorMessage {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
