/* oboe camp admission/application page */
div.oboecampadmissionmaincontent {
   width: 800px;
   height: 1160px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
}

div.oboecampadmissioncontent {
   width: 560px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
   text-align: justify;
}

div.oboecampformmail {
   clear: both;
   width: 700px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
   text-align: justify;
}

div.appinstructions {
   clear: both;
   width: 650px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
   text-align: justify;
}


/* Admissions Form */
label {
   float: left;
   width: 5em;
}
 
fieldset {
   margin: 1em 0;
   padding: 1em;
   border: 1px solid #ccc;
   background: #f8f8f8;
}

legend {
   font-weight: bold;
}

textarea {
   width: 300px;
   height: 100px;
}

input[type="text"] {
   border-top: 2px solid #999;
   border-left: 2px solid #999;
   border-bottom : 1x solid #999;
   border-right : 1x solid #999;
}

input#realname, input#street, input#city, input#phone {
   width: 10em;
}

input#email, input#studentemail {
   width: 12em;
}

input#age, input#state {
   width: 2em;
}

input#howlongplayedoboe, input#playEH, input#takeprivatelessons, input#teachername {
   width: 20em;
}

table.application {
   border-collapse: collapse;
}

th.application, td.application {
   padding: 0em 0em;
   vertical-align: top;
}

div.questions {
   padding: 8px;
}


