﻿body
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	border: none;
}

#LeadbayLoanForm
{
	width:490px;
}

.VAMErrorText
{
	color: #f00;
}

.ToolTipIcon
{
	display: inline;
	background: url(questioncircle.gif) no-repeat;
}

.Headline, .LoanStep
{
	padding: 4px;
	padding-left: 6px;
}

.Headline
{
	font-weight: bold;
	background-color: #265B95;
	color: #fff;
	margin-left: 162px;
	font-size: 100%;
}

.LoanStep
{
	font-weight: bold;
	background-color: #ddd;
	float:left;
	width:150px;
}

.LoanStep b
{
	color: #f92;
	font-size: 100%;
}

.Fields
{
	background-color: #eee;
	padding: 4px;
	display: inline-block;
}

.Fields table
{
	width: 100%;
}

.Fields table tr td
{
	vertical-align: top;
}

.Fields label
{
	font-weight: bold;
	font-size: 80%;
}

.Fields hr
{
	height: 0; 
	border: 0; 
	border-top: 1px solid #f92;
}

.FieldsWrapper
{
	background-color: #265B95;
	margin-top: 4px;
	padding: 4px;
}

.NextButton
{
	font-weight: bold;
	font-size: 90%;
}

td input label
{
	color: #f92;
	font-size: 20em;
}

.LargeText
{
	font-size: 100%;
}

.RadioButtonsTable
{
	color: #f70;
	font-size: 100%;
}

.RadioButtonsTable b
{
	font-size: 100%;
}

.RadioButtonsTable span
{
	color: #000;
	font-size: 80%;
}
		
.Footer
{
	text-align: right;
	font-size: 100%;
}

.Footer b
{
	font-size: 100%;
	color: #f70;
}

.ErrorText
{
	color: red;
}

.FormControlError
{
	background-color: #ff7;
}

.FormLabelError
{
	background-color: red;
	color: white;
	font-size: 100%;
}

#dhtmltooltip
{
	font-size: 80%;
	position: absolute;
	width: 200px;
	border: 2px solid black;
	padding: 3px;
	background-color: #ff7;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
