/* CSS Document */

.bs01 *{
	margin:0px;
	padding: 0px;
	font-size:1em;
	}
	
.bs01 {
	border: 1px solid #99BBDD;
	padding: 5px;
	width: 100%;
	}
	
.bs01 caption {
	font-size: 18px;
	color: #FFFFFF;
	background: #336699;
	padding: 5px;
	border-bottom: 1px solid #162E45;
	}
	
.bs01 .total {
	background: #DFDFDF;
	padding:3px;
}
.bs01 .total strong {
	font-size: 18px;
	color: #FF0000;
}
.bs01 .discount {
	color: #FF0000;
}

.contentwrap {
	position:relative;
	width:650px;
	}

.action_bar {
	text-align: center;
	position:relative;
	width:600px;
	padding-top:10px;
	}
		
#agreement_booking {
	position: relative;
	float: left;
	border: 1px solid #FF9900;
	padding:3px;
	background: #FFC46A;
	}
		
#agreement_booking strong {
	position: relative;
	float: left;
	width:612px;
	text-align: center;
	padding:3px;
	background-color: #FF9900;
	color:#FFFFFF;
	}
	
#agreement_booking span {
	position: relative;
	float: left;
	width: 600px;
	height: 100px;
	overflow: auto;
	margin: 5px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	}

#book_summary {
	width: 450px;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}

#security_declaration {
	width: 170px;
	position: relative;
	float: right;
	}
	
#agree {
	padding:3px;
	}