﻿#booking-info
{   float:left;
    width:320px;
}
#booking-application
{
	width: 250px;
	float: right;
	padding-left: 15px;
	padding-right:10px;
	background-image: url(vert-rule.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0% bottom;
	color: #3A3A3A;
}
#booking-application P{
    text-align:justify;
    
}
#booking-application H3
{
	padding-top: 15pt;
     font-weight:normal;
     color:Red;
}
#booking-info H3
{
	padding-top: 15pt;
     font-weight:normal;
     color:Red;
}
#booking-info H4
{
	padding-top: 2pt;
     font-weight:normal;
     color:#3A3A3A;
}
#booking-application input
{
margin-top:5px;
}
