form {
    position: relative;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: .75em;
}
label {
    text-align: right;
    margin-right: 2px;
    margin-left: 20px;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 30px;
    padding: 5px 0;
}

/* Style for zebra striped table */
.even {
/*    background-color: #E6EBE6;*/
}

.odd {
/*    background-color: #CCD6CC;*/
}

* html .wrapper {
    \height: 50px; /* for IE5 and IE6 in quirks mode */
    h\eight: 30px; /* for IE6 in standards mode */
  }

#h3-apt {
    position: relative;
    margin-top: 32px;
    left: 10px;
    width: 561px;
    padding-bottom: 5px;
    border-bottom: 1px solid #194719;
    font-size: .9em;
}
#form-logo {
    position: absolute;
    right: 0;
    top: 10px;
}
.wrapper input {
    position: absolute;
    width: 225px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px #666666;
    -moz-box-shadow: 0px 0px 4px #666666;
    -webkit-box-shadow: 0px 0px 4px #666666;
    left: 170px;
}
select {
    position: absolute;
    left: 170px;
}

.wrapper label {
    position: absolute;
    left: 0px;
    width: 120px;
    font-size: .9em;
/*    border: 1px dashed pink;*/
}

/* Style for required field labels */
.required {
    font-style: italic;
    font-weight: bold;
}

/* Styles for textarea input */
.wrapper textarea {
    position: absolute;
    left: 380px;
}

#textarea {
    font-style: italic;
    font-weight: bold;
    height: 55px;
}

#contact {
    width: 275px;
}

div.helpBox li {
    margin: 15px 0 0 30px;
}

#submit {
    position: absolute;
    left: 380px;
    width: 200px;
}

.helpRequired {
    font-weight: bold;
    font-style: italic;
    font-size: .6em;
    position: relative;
/*    margin-left: 15px;*/
/*    top: 25px;*/
}
#myDate input {
    width: 140px;
}
#helpDate {
    position: absolute;
    left: 320px;
    top: 13px;
    font-size: .85em;
    font-weight: normal;
    font-style: italic;
}

div.helpbox p {
    position: relative;
    left: 75px;
    top: -10px;
    width: 750px;
}
#end {
    position: relative;
    height: 30px;
}
#end input {
    width: 100px;
    left: 0;
    margin-left: 170px;
}
div.confirmation {
    position: absolute;
    top: 120px;
    left: 300px;
    width: 450px;
    padding: 5px 0;
    background-color: #FFFF66;
    color: #CC2222;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
}