ul, p {
    margin: 0;
    padding: 0;
}
label {
    clear: both;
    display: block;
    width: 400px;
    margin: .5em 0;
}
label > span {
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 154px;
}
body {
    padding:20px 0 30px;
    font:14px/1.5 Arial, sans-serif;
    text-align:center;
    color:#333;
     background-image:  url('/img/bkg-pagestripe.gif');
     background-repeat: repeat-x;
}

a {
    font-weight:bold;
    color:#346AA8;
}

a:hover,
a:focus,
a:active {
    text-decoration:none;
}

.container {
    position:relative;
    z-index:1;
    width:650px;
    padding:20px;
    margin:0 auto;
}

.container:after {
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    font-size:0;
}

/* Shared styles */

.drop-shadow {
    position:relative;
    float:left;
    width:100%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}

/* Lifted corners */

.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}

.lifted:before,
.lifted:after { 
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:650px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

.inputstyle {
    width: 221px;
    background: transparent url('/img/bg.jpg') no-repeat;
    color : #747862;
    height:20px;
    border:0;
    padding:4px 8px;
    margin-bottom:0px;
}
.buttons {
    clear: both;
    margin-top: .5em;
    margin-bottom: 1.5em;
    text-align: center;
}
.errors {
    color: #a94442;
    background-color: #f2dede;
}
.info {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.message {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;
    width: 80%;
}
.message + .message {
    margin-top: .5em;
    margin-bottom: 1.5em;
}
.message > p {
    font-weight: bold;
    margin-bottom: .25em;
}
.message > ul {
    margin-left: 2em;
    text-align: left;
}
.reset-form {
    width: 80%;
    margin: 0 auto;
}
