@charset "UTF-8";

/*____________________________________________________

     Default Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/

/* Contact
____________________________________________________*/

div#misc { 
   display: inline;
   float: left;
}

#form {
   float: right;
   width: 400px;
   display: inline;
   margin: -0.5em 170px 0 0;
}

#form label {
   clear: both;
   display: block;
   margin-top: 1em;
}

#form textarea,#form input {
   border: 1px solid #000;
   width: 350px;
   margin: 0;
   background: #fff;
}

div#submit input {
   border: 1px solid #000;
   width: 350px;
   margin: 2em 0 0 0;
}
  font-size: 85%;
}

div#container table {
   margin: 0 auto;
}

div#container table tr th {
   padding: 8px 0 0 5px;
   width: 120px;
   height: 40px;
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
   background: #efefef;
   font-weight: bold;
   text-align: left;
   vertical-align: top;
}

div#container table tr td {
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

div#container table tr td select,
div#container table tr td input,
div#container table tr td textarea
 {
   margin: 20px;
   padding: 2px;
   border: 1px solid #666;
   background: #fff;
}

div#container table tr td.submit {
   border-top: 1px solid #ccc;
   border-right: none;
}

div#container table tr td.submit_2 {
   border-top: 1px solid #ccc;
   border-right: none;
}