/* reset */
* {
  font-family: Helvetica, sans-serif !important;
	font-size: 15px !important;
}

textarea{width:95%;}

/* site */
html, body { 
			background-color: #008AB8;
			font-family: Helvetica, sans-serif;
			text-align:center;
			}

td {
      font-family: Helvetica, sans-serif
    	font-size: 15px
}

#imput {
      font-family: Helvetica, sans-serif !important;
    	font-size: 25px !important;
			text-align: left;
			line-height:18px !important;
}

.b {
      font-family: Helvetica, sans-serif !important;
    	font-size: 15px !important;
			line-height:18px !important;
}

.white {
      font-family: Helvetica, sans-serif !important;
    	font-size: 15px !important;
			color: white !important;
}


a { color: darkblue; text-decoration: none; }

  #pagewrap {
    margin: 0 auto !important;
    width: 60% !important;
		align: center;
  }
  
    h1 {
      color: white;
      margin: 0;
      text-align: center;
      font-size: 100px !important;
    }
    h1 .booking { color: darkblue; font-size: 100px !important; }
    h1 .a { text-decoration: none; }

    h2 {
      color: darkblue;
      margin: 0;
      text-align: center;
      font-size: 60px !important;
    }
    h2 .a { text-decoration: none; }
					
    .body {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      background-color: white;
      text-align: center;
      padding: 20px;
      height: 100%;
      position: relative;
    }
		    
      .body .instructions {
        display: block !important;
        margin-bottom: 10px !important;
      }
      .body .back {
        right: 15px !important;
				left: 15px !important;
        top: 10px !important;
				bottom: 10px !important;
        position: relative !important;
      }
      
