﻿/* GENERAL STYLES */
body 
{
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	}

#LeadbayLoanForm
{
	width:565px;

	border-color:#D3D3D3;
	border-style:solid;
	border-width:1px 1px 2px;

	padding:10px;
	width:544px;
}

.VAMErrorText
{
	color: #999999 !important;
}

.ToolTipIcon
{
	display: inline;
	background: url(http://www.fairinvestment.co.uk/images/loan/tooltip.gif) no-repeat;
	margin-top:5px;
}

.Headline, .LoanStep
{
    text-align:left;
	color:#2B63AF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;

}


.LoanStep
{
	display:none;
}

.Fields
{
	padding: 4px;
}

.Fields table
{
	width: 100%;
}

.Fields table tr td
{
	vertical-align: top;
}


.Fields hr
{
	height: 0; 
	border: 0; 
	border-top: 1px solid #D3D3D3;
}

.FieldsWrapper
{
	text-align:left;
	margin-top: 4px;
	padding: 4px;
}

.NextButton
{
	font-weight: bold;
	font-size: 90%;
}

td input label
{
	color: #f92;
	font-size: 20em;
}

.LargeText
{
	font-size: 120%;
	font-weight:bold;
}

.RadioButtonsTable
{

}

.RadioButtonsTable b
{
}

.RadioButtonsTable span
{
}
		
.Footer
{
	text-align: right;
	font-size: 120%;
}


.ErrorText
{
	color: #DF0000;
}

.FormControlError
{

}

#rblLoanType label.FormControlError b {
	color: #DF0000;
}

.FormLabelError
{
	color: #DF0000;
	font-weight:bold;
}

#dhtmltooltip
{
	text-align:left;
	position: absolute;
	width: 200px;
	border-color:#D3D3D3;
	border-style:solid;
	border-width:1px 1px 2px;
	padding: 5px;
	background-color: #ffffff;
	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);
}


/* EDITOR PROPERTIES */

