/**css document. for print**/
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
#wrapper, #container, #content{width: 95%;
	margin-left: auto;
margin-right: auto;}
#content img {width: 300px; height: 225px;}
 #sidebar,   #header, #footer{display : none; 
} 


/* booking form*/
.fillout {color: black;
 border-width: 0;
 border-bottom: 1px dotted #333333;
 width: 200pt;} 
 
 .filloutdate {color: black;
 border-width: 0;
 border-bottom: 1px dotted #333333;
 width: 125pt;} 

.filloutsmall {color: black;
 border-width: 0;
 border-bottom: 1px dotted #333333;
 width: 50pt;} 

select {
 display: none;
}

.postselect {
display:block;
 width: 150pt;
 height: 1.5em;
 border: none;
 border: 1px dotted #333333;
}
.printno{display: none;}

#fs {height: 125pt;}
#printonly {display: inline;}
