@font-face {
    font-family: 'Luxi Sans';
    src: url('fonts/LuxiSans-BoldOblique.eot');
    src: url('fonts/LuxiSans-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuxiSans-BoldOblique.woff2') format('woff2'),
        url('fonts/LuxiSans-BoldOblique.woff') format('woff'),
        url('fonts/LuxiSans-BoldOblique.ttf') format('truetype'),
        url('fonts/LuxiSans-BoldOblique.svg#LuxiSans-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Luxi Sans';
    src: url('fonts/LuxiSans-Bold.eot');
    src: url('fonts/LuxiSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuxiSans-Bold.woff2') format('woff2'),
        url('fonts/LuxiSans-Bold.woff') format('woff'),
        url('fonts/LuxiSans-Bold.ttf') format('truetype'),
        url('fonts/LuxiSans-Bold.svg#LuxiSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Luxi Sans';
    src: url('fonts/LuxiSans.eot');
    src: url('fonts/LuxiSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuxiSans.woff2') format('woff2'),
        url('fonts/LuxiSans.woff') format('woff'),
        url('fonts/LuxiSans.ttf') format('truetype'),
        url('fonts/LuxiSans.svg#LuxiSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Luxi Sans';
    src: url('fonts/LuxiSans-Oblique.eot');
    src: url('fonts/LuxiSans-Oblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuxiSans-Oblique.woff2') format('woff2'),
        url('fonts/LuxiSans-Oblique.woff') format('woff'),
        url('fonts/LuxiSans-Oblique.ttf') format('truetype'),
        url('fonts/LuxiSans-Oblique.svg#LuxiSans-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
}

body, html  { height: 100%; }html, body, div, span, applet, object, iframe,/*h1,2, h3, h4, h5, h6,*/ p, blockquote, pre,a, abbr, acronym, address,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }:focus { outline: 0; }del { text-decoration: line-through; }table {border-spacing: 0; }

/* Clear Floated Elements http://sonspring.com/journal/clearing-floats */
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

/* Page Style */
body {
    color: #EEEEEE;
    font-size: 24px;
    font-family: 'Luxi Sans', sans-serif;
    line-height: 28px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    background: #999CC8;
    -webkit-box-shadow: inset 0 0 20em rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0 0 20em rgba(0,0,0,0.3);
            box-shadow: inset 0 0 20em rgba(0,0,0,0.3);
}

input {
    font-family: 'Luxi Sans', sans-serif;
}

p {
    margin-bottom: 0.3em;
}

#business-card {
    background: rgba(0,0,0,0.0);
    display: block;
    position: absolute;
    width: 500px;
    height: 390px;
    top: 50%;
    left: 50%;
    margin: -195px 0 0 -250px;
}

#business-card h1 {
    text-align: center;
    font-size: 35px;
}

#business-card img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#business-card p {
    text-align: center;
}

#paddingBottom20px {
    padding-bottom: 20px;
}

#paddingBottom40px {
    padding-bottom: 40px;
}

input {
    font-size: 20px;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    height: 55px;
}

input[type="submit"] {
    margin-left: 10px;
    margin-right: 10px;
    width: 480px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    background: #f77503;
    background: -webkit-gradient(linear, left top, left bottom, from(#f38a52), to(#f77503));
    background: -moz-linear-gradient(top, #f38a52, #f77503);
    -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
            box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
}

input[type="submit"]:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
       -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
            box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
}

input[type="submit"]:active {
    cursor: pointer;
    position: relative;
    top: 1px;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.4);
    background: #f77503;
    background: -webkit-gradient(linear, left top, left bottom, from(#f77503), to(#f38a52));
    background: -moz-linear-gradient(top,  #f77503,  #f38a52);
    -webkit-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
       -moz-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
            box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
}