﻿  .home-btn {
            background: #b7b7b8;
            padding: 7px 20px;
            text-transform: uppercase;
            font-size: 10px;
            font-family: helvetica;
            margin-right: 5px;
        }

        .search-form {
            margin-top: 20px;
        }
        .search-box:active, .search-box:focus {
        background: url("/Static/images/search-box-clean.png")  no-repeat;
        }
        .search-box {
            border: 0px solid #fff;
            color: #fff;
            background: url("/Static/images/search-box.png")  no-repeat;
             padding-left:5px;
            opacity: .5;
            padding-bottom: 4px;
            width:140px; height:25px;
        }

        .wrapper-404 {
            margin-top: 14%;
        }

        h1 {
            font-size: 75px;
            font-family: 'MillerDisplay Light';
        }

        .miller-30 {
            font-size: 30px;
            font-weight: 300;
        }

        .header-divider {
            line-height: 1px;
            height: 1px;
            border-bottom: 1px solid #fff;
            width: 23px;
            margin-bottom: 30px;
            margin-left: 5px;
            margin-top: 5px;
        }

        #watermark {
            position: absolute;
            bottom: 10%;
        }

        .sub404heading {
            font-size: 20px;
             text-transform:uppercase; letter-spacing:1.3px;
        }

        .text404 {
            margin-top: 20px;
        }
        .btnSearch {
        margin-left:-1px;
        }