
* { font-family: arial}
#header {
    background: url(https://connect.mediaconnect.no/static/topp-bakg.gif) top right no-repeat;
}

h1 {
    margin-top:8px;
    background: #b50d11 ;
    color:white;
    font-size:250%;
    font-weight:bold;
    padding:0.1em 0.5em;
}

input[type="submit"] {
    margin-top:10px;
    background: #8C8C8C url(https://connect.mediaconnect.no/static/topnav-bakg.gif) 0px 10px repeat-x ;
    font-weight:bold;
    color:white;
    border-width:2px;
    border-color:#777;
    padding:0.2em 1em;
    font-size:120%;
    box-shadow: 2px 2px 1px #aaa;
    cursor: pointer;
}

input[type="submit"]:active {
    background: #8C8C8C url(https://connect.mediaconnect.no/static/topnav-bakg.gif) 0px 10px repeat-x ;
}

input { border:1px #888 solid; padding:2px; }
input:focus { background-color: #ffc; border:1px #888 solid; }


