﻿/*common css styling*/ 
body
{
	background-color: #e6ecef;	
}

div#header
{
	background:transparent url(images/log.png) no-repeat top center;
	background-color:#f0f4f5;
	height: 204px;
}

div#container
{
	background-color:#fcfdfd;
}

h1
{
	color:#02005e;
}

/*LOGIN page styling only*/

/*YOUR BOOKING page styling only*/

/*MAKE A BOOKING page styling only*/	

div#editBooking td.label 
{
	color:#02005e;
}