﻿/* -- common -- */
html, body, form, div, span, table, tr, td, p, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: #036;
	font: normal normal 62.5% Arial, Helvetica, sans-serif;
	color: #036;
}
table {
	border-collapse: collapse;
}
p {
	/* margin: 4px 0; */
	padding: 4px 0;
	font-size: 1.2em;
}
.ErrorText {
	font-size: 1.2em;
	font-weight: bold;
	color: #C00;
	margin: 4px;
}
a:link, a:visited 
{
    font: 12px Arial;
    color: #036;
    text-decoration: underline;
}
a:hover 
{
    font: 12px Arial;
    color: #900;
    text-decoration: none;
}
.SmallBodyText {
	font-size: 1.2em;
}
/* -- block elements -- */
table.cellPad td {
	padding-right: 10px;
}
/* -- line elements -- */
.dropDown {
	font-size: 12px;
	color: #036;
}
.ButtonText {
	font-family: Arial;
	border-width: thin;
	font-size: 12px;
	text-align: center;
}
/* -- layout -- */
#pageWrapper {
    width: 557px;
    margin: 0 auto;
}
#branding {
    height: 100px;
	background: url(newlogo.jpg) 253px 10px no-repeat;
	background-position: center;
}
#header {
    height: 70px;
    background: url(welcome.png) 20px 10px no-repeat;
    background-position: center;
}
#top {
    height: 11px;
    background: url(top.png) no-repeat;
}
#content { 
    background-color: #FFF;
	padding: 0 12px;
}
#intro {
	height: 150px;
	padding-right: 170px;
	padding-bottom: 20px;
	background: url(operator.png) right no-repeat;	
}
#yourName {
	height: 70px;
	padding-top: 20px;	
	background: url(yourName.png) 0 0 no-repeat;
}
#yourTelNumber {
	height: 45px;
	padding-top: 25px;
	background: url(yourTelephoneNumber.png) 0 0 no-repeat;
}
#yourEmailAddress {
	height: 40px;
	padding-top: 20px;
	background: url(yourEmail.png) 0 0 no-repeat;
}
#divider {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #036;
}
#yourChosenHoliday {
	height: 110px;
	padding-top: 28px;
	background: url(yourChosenHoliday.png) 0 0 no-repeat;
}
#contactBy 
{
    margin-bottom: 15px;
}
#passengers {
	height: 70px;
	padding-top: 25px;
	background: url(numberOfPassengers.png) 0 0 no-repeat;	
}
#departureDate {
	height: 50px;
	padding-top: 25px;
	background: url(departureDate.png) 0 0 no-repeat;	
}
#yourComments {
	height: 100px;
	padding-top: 25px;
	background: url(yourComments.png) 0 0 no-repeat;
}
#bottom 
{
    height: 11px;
    background: url(bottom.png) no-repeat;
}
#footerWrapper {
    height: 53px;
	margin-top: 20px;
}
#footerContent {
	width: 557px;
	text-align: center;
	background-color: #FFF;
}
#footerL {
	width: 14px;
	height: 53px;
	background: url(footL.png) 0 0 no-repeat;
}
#footerR {
	width: 14px;
	height: 53px;
	background: url(footR.png) 0 0 no-repeat;
}

