* {
margin:0;
padding:0;
}

body{
background-color:#2f4963;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

h2{
margin:0 0 0 60px;
}

a img {
border:0;
}

img.main{
margin:36px 0 36px 109px;
}

p {
line-height:18px;
margin:12px 0;
padding:0 60px;
}

ul{
padding:0 108px;
margin:12px 0 36px 0;
}

li{
line-height:18px;
}

h2#corporatetravel{
background:url(../images/title.gif) no-repeat;
text-indent:-9999px;
width:189px;
height:38px;
margin-left:53px;
}

h2#payonline{
background:url(../images/pay.gif) no-repeat;
text-indent:-9999px;
width:189px;
height:38px;
margin-left:53px;
}

h2#contact{
background:url(../images/contact.gif) no-repeat;
text-indent:-9999px;
width:189px;
height:38px;
margin-left:53px;
position:static;
}

#wrapper {
width:720px;
background-color:#90b1d3;
margin:0 auto;
}

#branding{
background-color:#436f9b;
position:relative;
}

#main{
padding:24px 0;
position:relative;
}

#pay{
position:absolute;
top:2px;
right:2px;
}

#contact{
position:absolute;
top:35px;
right:2px;
}

.cssform{
margin-left:36px;
margin-bottom:96px;
}

fieldset{
border:none;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

img.worldpay{
position:absolute;
top:30px;
right:30px;
}

img.pm{
position:absolute;
bottom:75px;
right:22px;
}

p.phone, p.post{
width:200px;
float:left;
}

.clearfix{
clear:both;
}