@charset "utf-8";
*{
    margin:0;
    padding:0;
    list-style-type:none;
    text-decoration: none;
}
 #wrapper{
    width: 860px;
    margin:10px;
    background-color: #FFCCCC;
 }
 #index_header{
    width: 800px;
    height: 200px;
    margin: auto;
 }
 #index_header img{
    width: 385px;
    height: 80px;
    display: block;
    margin:auto;
    padding-top: 15px
 }
 .info{
    display: block;
    width: 700px;
    height: 30px;
    color: #3a5b52;
    margin: auto;
 }
 #index_nav{
    width:788px;
    height: 30px;
    margin: auto;
 }
 #index_header li{
    margin:0;
    width: 193px;
    height: 35px;
    background-color: #d3d3d3;
    font-size: 25px;
    text-align: center;
    border: 1px dotted brown;
    float: left;
 }
 .n1,.n2,.n3,.n4{
    display: block;
    color: #a25768;
    width: 100%;
    height:100%;
    padding-top: 3px;
    box-shadow: 5px 5px 5px #a58f86;
    -moz-box-shadow: 5px 5px 5px #a58f86;
    -webkit-box-shadow: 5px 5px 5px #a58f86;
 }
#index_section{
    width: 788px;
    height: 750px;
    background-color: rgba(0,255,255,0.4);
    margin: auto;
    padding-top: 20px;
}
#top{
    width: 680px;
    height:120px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
}
fieldset{
    width: 720px;
    height: 450px;
    font-size: 15px;
    border: 3px dotted greenyellow;
    margin: auto;
    padding-bottom: 10px;
}
.em{
    font-size: 16px;
}
#forms1{
    width: 330px;
    height: 350px;
    margin-left: 10px;
    padding-bottom: 30px;
    float: left;
}
#forms2{
    width: 330px;
    height:300px;
    margin-top: 30px;
    padding-bottom: 20px;
    float: left;
}
.myself{
    display: block;
    width: 250px;
    height: 30px;
    position: absolute;
    top: 780px;
    left: 550px;
}
#reset_button{
    display: block;
    width: 80px;
    height: 25px;
    background-color: #68be8d;
    float: right;
}
#submit_button{
    display: block;
    width: 80px;
    height: 25px;
    margin-left: 8px;
    margin-right: 25px;
    background-color: #ffd900;
    float: right;
}
#hours{
    width: 360px;
    height: 110px;
    font-size: 14px;
    margin: 10px 25px;
    float: left;
}
#access{
    width: 345px;
    height: 110px;
    font-size: 14px;
    margin: 10px 5px;
    float: left;
