/* 
    Document   : custom
    Created on : Apr 8, 2013, 2:11:28 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body {
    background-image: url(../img/background/mountain-lake2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: bottom center;
}
#content-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.42);
    border-top: solid 20px #000000;
    border-bottom: solid 20px #000000;
}
input[type="text"] {
    background-color: #e1e1e8;
}