@import url("other.css");
/**
 * Basic layout
 */
.left {
    float:left;
}
.right {
    float: right;
}
body {
    background:#e5e5e5;
    color:#444;
    font-family: Arial, Tahoma;
    font-size: 12px;
}

a:link, a:visited {
    color: #969696;
    text-decoration: none;
}
a:hover {
    color: #fea822;
}

/* Header */
section.header {
    height: 85px;
    background: #030303; /* Old browsers */
    background: -moz-linear-gradient(top,  #030303 0%, #191919 66%, #212121 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#030303), color-stop(66%,#191919), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #030303 0%,#191919 66%,#212121 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #030303 0%,#191919 66%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

header.wrap {
    position: relative;
    width: 948px;
    margin: 0 auto;
    height: 86px;
    overflow: hidden;
    padding: 10px 25px 0 25px;
}

img.logo {
    margin-top: 12px;
}


/* Login */
.menu-links {
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 1px 2px 0 25px;
    text-decoration: none;
}
.loggedin {
    float: right;
    width: 400px;
    position: relative;
    color: #dcdcdc;
    display: inline-block;
}
.login {
    float: right;
    width: 350px;
    position: relative;
    margin-top: 15px;
    color: #9d9d9d;
}
.loginfield {
    margin-bottom:4px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    background:#e5e5e5;
    border:1px solid #f2f2f2;
    outline:medium none;
    padding:4px 4px 4px 8px;
    width:120px;
    position:relative;
    color:#b5b5b5;
    height: 20px;
    font-weight: bold;
}
.login-btn{
    right:1px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:0 1px #FFFF90 inset, 0 -2px 5px #FFD05D inset;
    -webkit-box-shadow:0 1px #FFFF90 inset, 0 -2px 5px #FFD05D inset;
    box-shadow:0 1px #FFFF90 inset, 0 -2px 5px #FFD05D inset;
    background:-moz-linear-gradient(center top , #FFD73A, #FFA500) repeat scroll 0 0 transparent;
    border:1px solid #D28703;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD73A), color-stop(50%,#FFA500), color-stop(50%,#FFB81B), color-stop(100%,#FFB81B));height:28px;top:0px;
}

/* NAV */
section.nav {
    height: 48px;
}

.nav-wrap {
    width: 948px;
    margin: 0 auto;
}

ul.nav-holder {
    list-style: none;
    height: 48px;
    margin: 0px 3px 16px 0;
    padding: 0px;
}

.nav-holder li {
    float: left;
    color: #757575;
    text-transform: uppercase;
    font: 14px/48px Arial,Helvetica,sans-serif;
}
.nav-holder li:first-child a {
    padding-left: 0px;
}

.nav-holder a:link, .nav-holder a:visited {
    padding: 0 17px;
    color: #757575;
    text-decoration: none;
    display: inline-block;
}
.nav-holder a:hover, .nav-holder, .nav-holder .active {
    color: #fea822;
}
.nav-holder a:active {
    position:relative;
    top:1px;
}

/* Content */
section.content {
    background: #e5e5e5 url('../img/bg-content.png') repeat-x;
}

div.content-wrap {
    width: 948px;
    min-height: 675px;
    margin: 0 auto;
}

/* Yellow box */
div.yellow-box {
    background: url('../img/yellowbox-bg.png');
    height: 277px;
    width: 948px;
    margin: 16px 0;
    display: inline-block;
    color: #fff;
}

div.yellow-box h2 {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 3px #b97d15;
}

a.grey-button, .grey-button {
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(210,210,210,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(210,210,210,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(210,210,210,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
    border: 1px solid #b4b4b4;
    height: 33px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    font: 14px/33px Arial,Helvetica,sans-serif;
    padding: 0 50px;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0);
    margin: 2px 0;
    text-decoration: none;
}

a.grey-button:hover, .grey-button:hover {
    color: #918e91;
}
a.grey-button:active, .grey-button:active {
    top:1px;
    position:relative;
}

/* Driftstatus */
div.latest-info {
    background: #1e1e1e;
    width: 948px;
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font: 14px/40px Arial,Helvetica,sans-serif;
    margin: 15px 0;
    color: #fff;
}

div.latest-info span {
    color: #f5ae29;
    margin-left: 25px;
    margin-right: 2px;
}

/* Pris kalk */
div.price-calc {
    width: 392px;
    height: 242px;
    float: left;
    border: 1px solid #df992f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #f3f3f3;
}

div.price-head {
    height: 32px;
    border: 1px solid #ffe197;
    font: 10px/32px Arial,Helvetica,sans-serif;
    padding-left: 15px;
    color: #c18210;
    text-shadow: -2px 0px 2px rgb(254, 190, 79);
    text-transform: uppercase;

    background: rgb(255,194,7); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,194,7,1) 0%, rgba(255,190,0,1) 13%, rgba(255,158,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,194,7,1)), color-stop(13%,rgba(255,190,0,1)), color-stop(100%,rgba(255,158,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,194,7,1) 0%,rgba(255,190,0,1) 13%,rgba(255,158,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,194,7,1) 0%,rgba(255,190,0,1) 13%,rgba(255,158,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,194,7,1) 0%,rgba(255,190,0,1) 13%,rgba(255,158,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,194,7,1) 0%,rgba(255,190,0,1) 13%,rgba(255,158,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc207', endColorstr='#ff9e00',GradientType=0 ); /* IE6-9 */
}

div.price-howmuch {
    height: 81px;
    color: #fff;
    text-shadow: -1px 1px 2px rgb(209, 148, 36);

    background: rgb(255,190,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,190,44,1) 0%, rgba(255,183,26,1) 29%, rgba(255,179,15,1) 39%, rgba(255,178,0,1) 48%, rgba(255,163,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,190,44,1)), color-stop(29%,rgba(255,183,26,1)), color-stop(39%,rgba(255,179,15,1)), color-stop(48%,rgba(255,178,0,1)), color-stop(100%,rgba(255,163,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,190,44,1) 0%,rgba(255,183,26,1) 29%,rgba(255,179,15,1) 39%,rgba(255,178,0,1) 48%,rgba(255,163,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,190,44,1) 0%,rgba(255,183,26,1) 29%,rgba(255,179,15,1) 39%,rgba(255,178,0,1) 48%,rgba(255,163,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,190,44,1) 0%,rgba(255,183,26,1) 29%,rgba(255,179,15,1) 39%,rgba(255,178,0,1) 48%,rgba(255,163,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,190,44,1) 0%,rgba(255,183,26,1) 29%,rgba(255,179,15,1) 39%,rgba(255,178,0,1) 48%,rgba(255,163,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe2c', endColorstr='#ffa300',GradientType=0 ); /* IE6-9 */
}

div.price-howmuch h2 {
    font-size: 20px;
    margin: 0px;
    padding: 20px 0 0 15px;
    text-transform: uppercase;
}

div.price-howmuch span {
    padding-left: 15px;
    font-size: 12px;
}

div.price-img {
    background: url('../img/price-img.png');
    height: 58px;
    width: 99px;
    float: right;
    margin: 10px 5px 0 0;
}

div.price-time {
    width: 204px;
    height: 83px;
    background: #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #cbcbcb;
    float:left;
    margin: 20px 10px 0 15px;
    color: #7f7f7f;
}

div.price-time select {
    margin-top: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 160px;
    height: 18px;
    padding: 0px;
}

div.price-cost {
    margin-top: 25px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #4e4e54;
}

/* box */
div.box {
    width: 258px;
    height: 242px;
    margin-left: 17px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* nyheter */
div.box-news {
    height: 232px;
    width: 649px;
    padding: 0 10px 10px 10px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
ul.box-news {
    list-style: none;
    margin: 10px 5px 0 12px;
    padding: 0px;
    font-size: 12px;
}
ul.box-news li {
    background-image: url('../img/newsicon.png');
    background-repeat: no-repeat;
    padding: 0 0 9px 42px;
    color: #000000;
}

/* content pages */
.box-content-wrap {
    padding: 5px;
    min-height: 370px;
    width: 659px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

/* footer */
.end {
    display: block;
}

.footer {
    height: 92px;
    width: 946px;
    margin: 20px auto 0 auto;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.end-copy {
    width: 948px;
    height: 30px;
    margin: auto;
    font: 10px/30px Arial,Helvetica,sans-serif;
    text-align: center;
}

div.footer-box {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

div.footer-box ul {
    list-style: none;
    margin: 2px 54px 0 54px;
    padding: 0px;
    line-height: 12px;
}
div.footer-box.first {
    margin-left: 95px;
}

div.footer-box a:link, div.footer-box a:visited {
    text-decoration: none;
}

/* ÖVRIGT */
input[type=text], input[type=password] {
    margin-bottom:4px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    background:#EEEEEE;
    border:1px solid #E8E8E8;
    outline:medium none;
    padding:4px 4px 4px 8px;
    width:140px;
    position:relative;
    color: #5d5d5d;
    height: 20px;
    font-weight: bold;
}

label {
    display: block;
    line-height: 2em;
    font-weight: bold;
}

select {
    margin-bottom: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #eeeeee;
    border: 1px solid #E8E8E8;
    outline: medium none;
    padding: 4px 4px 4px 8px;
    width: 160px;
    position: relative;
    color: #5D5D5D;
    height: 30px;
    font-weight: bold;
}

textarea {
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
}

/* button-grey */
.button-grey, a.button-grey:link, a.button-grey:visited {
    min-width: 91px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;

    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    text-indent:0;
    border:0px solid #b8b1b8;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;

    background: #262626; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #292929 14%, #393939 42%, #3b3b3b 50%, #252525 53%, #242424 61%, #181818 81%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(14%,#292929), color-stop(42%,#393939), color-stop(50%,#3b3b3b), color-stop(53%,#252525), color-stop(61%,#242424), color-stop(81%,#181818), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
.button-mini-grey, a.button-mini-grey:link, a.button-mini-grey:visited {
    height: 13px;
    line-height: 13px;
    padding: 0 4px;
    margin-bottom: 1px;

    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-indent:0;
    border:0px solid #b8b1b8;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:10px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;

    background: #262626; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #292929 14%, #393939 42%, #3b3b3b 50%, #252525 53%, #242424 61%, #181818 81%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(14%,#292929), color-stop(42%,#393939), color-stop(50%,#3b3b3b), color-stop(53%,#252525), color-stop(61%,#242424), color-stop(81%,#181818), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#292929 14%,#393939 42%,#3b3b3b 50%,#252525 53%,#242424 61%,#181818 81%,#111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}
.button-grey:hover, a.button-grey:hover, a.button-mini-grey:hover {
    background: #111111; /* Old browsers */
    background: -moz-linear-gradient(top,  #111111 0%, #181818 19%, #242424 39%, #252525 47%, #3b3b3b 50%, #393939 58%, #292929 86%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(19%,#181818), color-stop(39%,#242424), color-stop(47%,#252525), color-stop(50%,#3b3b3b), color-stop(58%,#393939), color-stop(86%,#292929), color-stop(100%,#262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #111111 0%,#181818 19%,#242424 39%,#252525 47%,#3b3b3b 50%,#393939 58%,#292929 86%,#262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #111111 0%,#181818 19%,#242424 39%,#252525 47%,#3b3b3b 50%,#393939 58%,#292929 86%,#262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #111111 0%,#181818 19%,#242424 39%,#252525 47%,#3b3b3b 50%,#393939 58%,#292929 86%,#262626 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #111111 0%,#181818 19%,#242424 39%,#252525 47%,#3b3b3b 50%,#393939 58%,#292929 86%,#262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}
.button-grey:active, a.button-grey:active, a.button-mini-grey:active {
    position:relative;
    top:1px;
}

/* button-grey-disabled */
.button-grey-disabled, a.button-grey-disabled:link, a.button-grey-disabled:visited {
    min-width: 91px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;

    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    text-indent:0;
    border:0px solid #b8b1b8;
    display:inline-block;
    color: #d1d1d1;
    font-family:Arial;
    font-size:14px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;

    background: #b5b5b5; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5b5 0%, #848484 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#848484)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5b5 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5b5 0%,#848484 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5b5 0%,#848484 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5b5 0%,#848484 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#848484',GradientType=0 ); /* IE6-9 */

}

/* button-blue */
.button-orange, a.button-orange:link, a.button-orange:visited {
    height:24px;
    line-height: 24px;
    min-width:64px;
    padding: 0 5px;

    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    text-indent:0;
    border:0px solid #b8b1b8;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;

    background: rgb(252,178,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,178,76,1) 0%, rgba(252,163,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,178,76,1)), color-stop(100%,rgba(252,163,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,178,76,1) 0%,rgba(252,163,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb24c', endColorstr='#fca327',GradientType=0 ); /* IE6-9 */

}
.button-orange:hover, a.button-orange:hover {
    background: #f9aa43; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9aa43 0%, #f9ba66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9aa43), color-stop(100%,#f9ba66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9aa43 0%,#f9ba66 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9aa43 0%,#f9ba66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aa43', endColorstr='#f9ba66',GradientType=0 ); /* IE6-9 */
}.button-orange:active, a.button-orange:active {
     position:relative;
     top:1px;
 }
/* button fix for forms */
.button-form {
    line-height: 0;
}