

#formlabel{
    width:40%;
    float: left;
    align-content: flex-start;
    left:15%;
    position: relative;
    margin-top: 1%;
}

#formInput{
    float: left;
    width:40%;
    align-content: flex-end;
    left:25%;
    position: relative;
    margin-top: 1%;
}

.userList{
    width: 100%;
}

.userList table{
    margin: 0 auto;
    color:white;
}

#userListRow{
 height: 30pt;
    font-size: medium;
}

#userListHeader{
    text-align: center;
    width: 33%;
    font-size: large;
}

#SideColumn{
    text-align:center;
    border: 1px solid #00a3cc;
    border-radius: 4px;
    margin-bottom: 10%;
    padding-bottom: 90%;
    margin-right: auto;
    padding-right: 15px;
}

#MainColumn{
    margin-bottom: 10%;
    padding-bottom: 90%;
    float:left;
    width:80%;
    background-color: transparent;
}

#LoggedIn{
    border-bottom: 1px solid #00a3cc;
    background-color: black;
    height: 30px;
}

#LoginBar{
    float: right;
    color: white;
    padding-right: 10%;
}

#GalleryUploadBar{
    float: right;
    color: white;
    padding-right: 5%;
}
#GalleryHeader{
    border-bottom: 1px dashed #00a3cc;
    height: 32px;
}
#GalleryAlbumList {
    min-height: 1000px;
    margin-top: 10px;
}
#GalleryArea{
    border: 1px solid #00a3cc;
    border-radius: 4px;
}