@charset "utf-8";
/* CSS Document */

div#greenbox{
	margin:0px auto;
	width:250px;	
	color:#FFF;
}

div#greenbox div#topbox{	
	-moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -khtml-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
	
	background:#129BD2;
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
	line-height:50px;
}


div#greenbox div#bottombox{	
	-moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
	
	background:#017EC0;	
	font-size:30px;
	color:#FFF;
	font-size:14px;
	padding:10px 0px;
}

table.registration input[type='text']{
	padding:3px;
	width:160px;
	border:1px solid #C4C4C4;
	color:#000;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 5px;
}

#bottombox table.registration {
	text-transform: none;
	line-height:27px;
}

#booking_summery{
	float:right;
	width:355px;
	min-height:300px;
}

div#booking_summery div.topbox {
    background:#C1C1C1;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
	padding:10px;
	
	-moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -khtml-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

div#booking_summery div.bottombox {
    background:#E5E5E5;
    border-radius: 0 0 20px 20px;
    color: #000;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
	
	-moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -khtml-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

#booking_summery th{
	font-weight:bold;
	font-size:14px;
	width:130px;
	text-align:left;
}

#booking_summery th,
#booking_summery td{
	line-height:25px;
}
