html {
display: table;
height: 100%;
} body {
background: url(/css/t.png) repeat-y left top fixed;
display: table-cell;
min-height: 100%;
vertical-align: middle;
text-align: center;
line-height: 1.5;
} a, a:link, a:hover, a:active, input, li, .b, .e {
color: #406090;
} a:visited, .a li {
color: #404040;
} html, body, ul, ol, dl {
margin: 0 auto;
padding: 0;
} a, a:hover.e {
text-decoration: none;
} a:hover {
text-decoration: underline;
} img {
border: none;
max-width: 100%;
height: auto;
} input {
background-color: #ffffff;
cursor: pointer;
margin: 0;
padding: 0;
border: 0;
} p, ul, ol, dl {
text-align: left;
} li {
margin-left: 2em;
} .a div, .right {
text-align: right;
} .right {
font-size: smaller;
} .right input, .text, .btn, textarea, select {
border: 1px solid #406090;
padding: 0 0.5em;
} body, .text, textarea, select {
background-color: #ffffff;
color: #404040;
} .right input, .btn {
background-color: #4080b0;
color: #ffffff;
} .text, a.e {
cursor: text;
} textarea {
height: 5em;
padding-right: 0;
}