p.style_number {
    color       : white;
    font-size   : 20px;
    font-family : arial;
    font-weight : bold;
}

img.cv_style {
  border : 2px solid #ffffff;
  height : 20px;
}

input.btn_close {
    color               : white;
    font-size           : 12px;
    font-family         : arial black;
    font-weight         : bold;
    width               : 100px;
    background-color    : black;
    border              : 2px solid;
    border-top-color    : white;
    border-left-color   : white;
    border-right-color  : white;
    border-bottom-color : white;
    padding-top         : 4px;
    padding-bottom      : 4px;
}

form.nomargin {
    margin        : 0;
    padding       : 0px;
    border-bottom : 0px;
}