/*-------------------------------summary--------------------------------*/
#reservation_main {
	top: 120px; 
	left: 20px; 
	width: 200px; 
	height: 240px;
	position: absolute; 
        z-index: 1;        
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hreservation.gif) no-repeat;
	top: 0px;
	left: 270px;
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

#reservation_form h2 span {
	display: none;
	}

#reservation_form h2 { 
	background: transparent url(images/hform.gif) no-repeat;
	top: 0px;
	left: 270px;
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

#summary {
	top: 10px;
	left: 270px; 
        width: 450px;
	position: relative;
	z-index: 3;
	}

#summary b {
	color: blue;
	}

/*-------------------------------content--------------------------------*/

#content {
	top: 0px;
	left: 60px; 
        width: 640px;
	position: relative;
	z-index: 1;
	}

#content b{
	color: blue;
	}

/*---------------------------------form content---------------------------*/
#form_content {
	top: 0px;
	left: 60px; 
        width: 640px;
	position: relative;
	z-index: 1;
	}

#form_content table {
	border: 1px solid #051AB4;
	border-spacing: 0px;
	border-collapse: collapse;
	align: center;
	width: 100%;
	}

#form_content td.tblheader1{
	text-align: center;
        line-height:18px;
        font-size: 100%;
        font-weight: bold;
        color: white;
	background-color: #051AB4;
	border: 1px solid #051AB4;
	}

#form_content td.tbldetail1{
	text-align: left;
        line-height:18px;
        font-size: 75%;
        font-weight: bold;
        color: #041B6F;
	background-color: #BBC8F9;
	border: 1px solid #051AB4;
	}

#form_content td.tbldetail2{
	text-align: left;
        line-height:18px;
        font-size: 75%;
        font-weight: normal;
        color: #041B6F;
	background-color: #E4F7FC;
	border: 1px solid #051AB4;
	}

#form_content td.tbldetail3{
	text-align: center;
        line-height:18px;
        font-size: 75%;
        font-weight: normal;
        color: #041B6F;
	background-color: white;
	border: 1px solid #051AB4;
	}


