﻿#header {
    position: relative;
    display: table;
    width: 100%;
    height: 145px;
    min-height: 145px;
    background-color: #ffffff;
    text-align: center;
    
}

#content {
    position: relative;
    display: table;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    min-height: 400px;
    margin-top: 50px;
}

#footer {
    position: relative;
    display: table;
    width: 100%;
    min-height: 50px;
}

.lbl {
    text-align: right;
}

td {
    padding: 10px;
}

html {
    background: url(bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0px;
    padding: 0px;
}

#wPass {
    position: relative;
    display: table;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    min-height: 400px;
    margin-top: 50px;
}
input {
    width:98%;
}
.listSelect {
    width: 90%;
    margin-left:5%;
    border-bottom:1px dotted #d5d5d5;
    margin-bottom:5px;
    margin-top:5px;
    cursor:pointer;
    background-color: #ffffff;
    padding:3px;
}

.listSelect p, .listSelect h3 {
    background-color:transparent;
}

.listSelect :hover {
    background-color: #f5f5f5;
}