#nummerheader {
	    margin: 0 auto;
    width: 365px;
    text-align: left;
}
#nummerheader h2 {
font-weight:normal;
margin-bottom:10px;
}
#nummerplade {
    background-image: url(/nummerplade/nummerplade.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 80px;
    width: 380px;
    margin: 0 auto;
}

#nummerbox {
    background-color: transparent;
    border: 0;
    padding: 10px 8px 10px 18px;
    font-size: 26px;
    text-transform: uppercase;
    width: 208px;
    margin-top: 9px;
    line-height: 37px;
    float:left;
        margin-left: 30px;
}

#nummerknap {

        margin-left: 30px;
    
    text-transform: uppercase;
      height: 50px;
    margin-top: 13px;
    width: 70px;
    float:right;
    color: #fff;
        background: #2873b5;
   
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    font-weight: normal;
    text-align: center;
    vertical-align: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}
#nummerknap:hover {
    background: #c2e563;
    background: -moz-linear-gradient(top, #c2e563 0%, #8fc711 100%);
    background: -webkit-linear-gradient(top, #c2e563 0%, #8fc711 100%);
    background: linear-gradient(to bottom, #c2e563 0%, #8fc711 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2e563', endColorstr='#8fc711', GradientType=0);
    cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome */
  color: red;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: red;
  opacity: 1;
}