body {
    background: #000;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p, li, ul {
    font-family: Arial, Helvetica, sans-serif;
}

.size2 {
    font-size: 17px;
}

.size3 {
    font-size: 20px;
}

#main-container {
    width: 960px;
    background-color: #000;
    margin: 0px auto;
    margin-top: 10px;
}

#logo {
    width: 100%;
    background-color: #000;
    padding-top: 10px;
    border-bottom: #000 thin solid;
    color: #FFF;
}

#logo ul {
    float: right;
    list-style: none;
    margin: auto;
}

#logo li {
    float: left;
    margin: 3px;
}

#footer ul {
    float: right;
    list-style: none;
    margin: auto;
}

#footer li {
    float: left;
    margin: 3px;
}

#banner {
    margin: auto;
}

a:link {
    color: #FFF;
    text-decoration: none;
}

a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline
}

a:active {
    color: #FFF;
    text-decoration: none;
}

a.selected {
    text-decoration: underline;
    font-weight: bolder;
    color: #fff;
}

#page-frame {
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 5px;
    background: #000;
    margin-top: -1px;
}

#page {
    padding-left: 2px;
    padding-right: 2px;
    width: 97%;
    height: auto;
    background: #FFF;
    margin: 0px auto;
    color: #000;
    border-width: 5px;
    border-style: solid;
    border-color: #999 #000 #000 #999;
}

#footer {
    width: 100%;
    /*height: 40px;*/
    margin: auto;
    background-color: #000;
    padding-top: 10px;
    border-top: #000 thin solid;
    color: #FFF;
}

#copyright {
    border-top: #989898 thin solid;
    color: #989898;
}

#selection_page {
    color: #FFF;
}

<!--
Front page settings

-->
.white {
    color: #FFF;
}

.remove_cage {
    display: block;
    background-color: #999;
    font-size: 26px;
    color: #000;
    height: 30px;
}

h1 {
    font-weight: bolder;
    color: #000;
}

h2 {
    color: #000
}

h3 {
    font-size: 1.0em;
}

h4 {
    color: #000000
}

table.noframe td {
    border: none;
}

table.framed {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

table.framed td, th {
    border: solid 1px #000;
    font-size: 1em;
    padding: 3px;
}

.asn {
    font-size: 9px;
    vertical-align: bottom;
}

.clear {
    border-bottom-style: solid;
    border-width: 0px;
    width: 90px;
}

.input_clear {
    border-bottom-style: solid;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
}

.input_clear_right {
    border-bottom-style: solid;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: right;
}

.black {
    font: 10pt arial;
    color: #000000;
}

.grey {
    font: 10pt arial;
    color: #989898;
}

/* footer */
#left {
    float: left;
    margin: auto;
}

#right {
    float: right;
    margin: auto;
}

#admin_meny {
    margin-top: -1px;
    padding-top: 20px;
    padding-left: 10px;
    background-color: #989898;
    min-height: 400px;
}

.row1hover {
    background-color: #C0C0C0;
    cursor: pointer;
}

/* Page Tabs - used for all page tabs */
#user_tabs {
    cursor: pointer;
}

#user_tabs div {
    cursor: pointer;
}

#page_tabs {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 40px;
    height: 1%; /*IE6*/
}

#page_tabs div {
    color: #fff;
    font-size: 1em;
    background-color: #9ca2a9;
    text-align: center;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #B5B5B5;
    margin-top: 1px;
    margin-right: 1px;
}

#page_tabs div:hover, #page_tabs div.cssHover {
    background-position: left -45px;
    text-decoration: underline;
}

#page_tabs div.active {
    background-position: left -95px;

    border-bottom: none;
    margin-right: 1px;
    margin-left: 1px;
    font-weight: bold;
}

#page_content {
    background: transparent;
    padding: 10px 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #F4F4F4;
    margin-bottom: 40px;
}


/*// STATIC DATA PAGE //*/

.static_data form {
    width: 520px;
    margin: 45px auto;
}
.static_data form h1 {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #2196F3;
}
.static_data form h5 {
    text-align: center;
    text-transform: uppercase;
    color: #c6c6c6;
}
.static_data form hr.sep {
    background: #2196F3;
    box-shadow: none;
    border: none;
    height: 2px;
    width: 25%;
    margin: 0px auto 45px auto;
}
.static_data form .emoji {
    font-size: 1.2em;
}

.static_data .group {
    position: relative;
    margin: 45px 0;
}

.static_data textarea {
    resize: none;
}

.static_data input,
textarea {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 520px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}
.static_data input:focus,
.static_data textarea:focus {
    outline: none;
}
.static_data input:focus ~ label,
.static_data input:valid ~ label,
.static_data textarea:focus ~ label,
.static_data textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #2196F3;
}
.static_data input:focus ~ .bar:before,
.static_data textarea:focus ~ .bar:before {
    width: 520px;
}

.static_data input[type="password"] {
    letter-spacing: 0.3em;
}

.static_data label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

.static_data .bar {
    position: relative;
    display: block;
    width: 520px;
}
.static_data .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196F3;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    left: 0%;
}

.static_data .btn {
    background: #fff;
    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.static_data .btn:hover {
    color: #8b8b8b;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.static_data .btn.btn-link {
    background: #2196F3;
    color: #d3eafd;
}
.static_data .btn.btn-link:hover {
    background: #0d8aee;
    color: #deeffd;
}
.static_data .btn.btn-submit {
    background: #2196F3;
    color: #bce0fb;
}
.static_data .btn.btn-submit:hover {
    background: #0d8aee;
    color: #deeffd;
}
.static_data .btn.btn-cancel {
    background: #eee;
}
.static_data .btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #8b8b8b;
}

.static_data .btn-box {
    text-align: center;
    margin: 50px 0;
}


/** PHOTO FORM STYLE

.uploadPhoto {
    position:relative;
    overflow:hidden;
    width:430px;
    height:350px;
    background:transparent;
    border:2px dashed #e8e8e8;
    cursor:pointer;
    padding:5px;
    color:#555;
    font-family:'Segoe UI';
    font-weight:bold;
}

.uploadPhoto:hover{color:#999;}

/*.fileField{
   display:none;
}*/

/**
#uploadPhoto img{
    /*position:absolute;
    width:312px;
    height:362px;
    top:-1px;
    left:-1px;
    z-index:-1; */
/**    border:none;
    background-color: #eee;
}
**/