﻿/* File Created: March 30, 2012 */ 

  form {margin-top:70px;
	height: 100%
  }       

    label{
    float: left;
    width: 100px;
    font-weight: bold;
    font-size:14px;
    margin-left:45px
    }

    input, textarea{
    width: 180px;
    margin-bottom: 5px;
    }

    textarea{
    width: 200px;
    height: 150px;
    }

    .boxes{
    width: 1em;
    }

    #btnReserve{
    margin-left: 150px;
    margin-top: 5px;
    width: 100px;
    }

    br{
    clear: left;
    }

