body {
    margin: 32px;
    padding: 0;
    background-image: url(/images/felt.jpg);
    background-color: #303030;
    font-family: Helvetica, Arial, sans;
    text-align: center;
    font-size: 13px;
}


#links {
    margin: 24px 0px 24px 0px;
    position: absolute;
    top: 128px;
    left: 8px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

#links a {
    color: #808080;
    text-decoration: none;
}

#links a:hover {
    color: #000;
    text-decoration: underline;
}

#copyright {
    font-size: 11px;
    color: #606060;
}

#container {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    padding: 14px 14px 14px 144px;
    margin-bottom: 32px;
    display: inline-block;
    width: 470px;
    background-color: white;
    border: 2px solid white;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.66);
    -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.66);
    background: -webkit-gradient(linear, 0 128, 0 256, from(#fff), to(#e8e8e8));
    background: -moz-linear-gradient(-90deg, #fff, #e8e8e8);
    min-height: 240px;
}

#form input[type="text"], 
#form textarea
{
    border: 1px solid #a0a0a0;
    margin-left: 0;
    padding: 2px 4px 2px 4px;
    background: -webkit-gradient(linear, 0 0, 0 6, from(#e8e8e8), to(#fff));
    background: -moz-linear-gradient(-90deg, #e8e8e8, #fff  6px);
    font-size: 13px;
}

#pic {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/images/me.jpg);
    margin-right: 16px;
    width: 132px;
    height: 132px;
    cursor: pointer;
}

#header h1, #header p { margin-left: 16px; }
h1 { margin: 0; font-size: 18px; font-weight: bold; }
p { color: #404040; }

hr {
    border: none;
    border-top: 1px solid #e0e0e0;
}

#form input[type="text"]:focus,
#form textarea:focus
{
    border: 1px solid #666;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 4px 16px rgba(0, 0, 0, 0.25);
}

#form p
{
    padding-bottom: 0px !important;
    margin-bottom:  0px !important;
    color: #404040;
}


#submitButtonInput {
    margin-top: 11px;
    margin-bottom: 0px;
    border: 1px solid #808080;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 13px;
    color: #404040;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#b8b8b8));
    background: -moz-linear-gradient(-90deg, #f4f4f4, #b8b8b8);
    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.66);
    -moz-box-shadow:    0px 1px 0px rgba(255,255,255,0.66);
    width: 128px;
    height: 32px;
}

#submitButtonInput:active {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c0c0c0), to(#d8d8d8));
    background: -moz-linear-gradient(-90deg, #c0c0c0, #d8d8d8);
}

