﻿.clsFormBoxTbl
{
	border: 1px solid #c8cfd6;
	background-color: #ffffe1;
	margin-bottom: 25px;
}

.clsFormBoxTitleBar
{
	background-color: #ff780d;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	font-size: 0.8em;
	height: 20px;
	background-image: url('http://downloads.moneyfacts.co.uk/datascreen/images/efx/efx_bullet_titlesmall.gif');
	text-align: left;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 17px;
}

.clsButton
{
	background-color: #fdc765;
	color: #000000;
	border: 2px solid #848d92;
	font-weight: bold;
	width: 120px;
	cursor: hand;
}

.clsControlButton
{
	background-color: #fdc765;
	color: #000000;
	border: 2px solid #848d92;
	font-weight: bold;
	font-size: 0.7em;
	width: 70px;
	cursor: hand;
}

.clsFormLayoutTable
{
	width: 550px;
}

.clsControlTitle
{
	font-size: 0.8em;
	font-weight: bold;
	color: #a61c19;
}

.clsControl
{
	font-size: 0.7em;
}

.clsQuestion
{
	font-size: 0.8em;
	font-weight: bold;
	color: #a61c19;
	padding-left: 15px;
}

.clsAnswer
{
	font-size: 0.8em;
	font-weight: normal;
}

.clsValidationMessage
{
	color: red;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}