﻿#loginForm {
    -webkit-background-size: 100% 500px;
    -o-background-size: 100% 500px;
    -moz-background-size: 100% 500px;
    background-size: 100% 500px;
    font-size: 0.8em;
    margin: auto;
}
    #loginForm table label {
        padding-right: 10px;
    }

    #loginForm input[type=submit] {
        margin-right: 15px;
    }

#pins {
    width: 404px;
    margin: auto;
    background-color: #F7F6F3;
}
    #pins .hor {
        display: inline-block;
        width: 600px;        
    }

    #pins .hor div {
        background-color: gray;
        border:solid 1px gray;
        width:120px;
        height:47px;
        color: white;
        font-size: 1.8em;
        text-align:center;
        vertical-align:middle;
        line-height:50px;
        box-shadow: 2px 3px 2px #c0c0c0;

        margin: 5px;
        display:inline-block;

        cursor: pointer;
    }

    #pins .hor div:active {
        background-color: lightgray;
    }