﻿table.costs
{
	border: none;
	border-right: 1px solid #3062BB;
	border-bottom: 1px solid #3062BB;
	margin: 3px auto 3px auto;
	text-align: left;	
	/*width: 85%; -- for costs on the centre*/
	width: 100%; /*for costs below the callback form*/
}
table.costs th
{
	border-left: 1px solid #3062BB;
	border-top: 1px solid #3062BB;
	background: #D2E1FB;
	color: #18315E;
	padding: 5px;
}
table.costs td
{
	border-left: 1px solid #3062BB;
	border-top: 1px solid #3062BB;
	padding: 5px;
}
.centre
{
	text-align: center;
	margin-top: 10px;
}
.typical1
{
    margin: 3px auto 3px auto;
    padding: 0px auto 0px auto;
	line-height: 1.2em;
	text-align:left; /*for costs below the callback form*/
}
.typical2
{
    margin: 5px auto 0px auto;
    padding: 0px auto 0px auto;
}
.typical3
{
    margin: 3px auto 3px auto;
    padding: 0px auto 0px auto;
    text-align:left; /*for costs below the callback form*/
	font-size:20.5px;
}
.typical4
{    
	font-size:60%;
	margin-left:4px;
}
.typical5
{
    margin: 0px auto 0px auto;
    padding: 0px auto 0px auto;
	line-height: 1.2em;
	text-align:center; /*for costs below the callback form*/
	font-size: 13px;
}
