/*---------- css for index.php -----------*/

/*---------- body -----------*/
body{
	background-image: url(http://www.jetsave.co.ck/img/back_long.jpg);
    background-repeat: repeat-x;
	}
	
#wrapper {
  	width : 950px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
	height: 1050px;
	}
	
table.reserve{
		text-align: left;
		font-family: Arial;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		width: 900px;
		background-color: #ff9;
		border: 0px solid;
		border-collapse: collapse;
		border-spacing: 0px; 
		margin-left:auto; 
		margin-right:auto;
		
} 
	
	
td.namaddr{
		text-align: left;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		color: #404040;
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		}

td.namaddr_bd{
		text-align: left;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		color: #404040;
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-right: 10px;
		border-left: 1px solid #6699CC;
		}

td.formhed{
		border-top: 1px solid #6699CC;
		border-bottom: 1px solid #6699CC;
		background-color: #66f;
		text-align: left;
		text-indent: 5px;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		color: #fff; 
		height: 20px;
		padding-left: 10px}


