body, html, #wrapper {width: 100%; height: 100%;}

body {
    background: #fff url(/images/capture_bg.jpg) 50% top no-repeat;
    font: 10px "Trebuchet MS", "Lucida Sans", Verdana, Geneva, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
}

body, html, form, h1 {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a img {
    border: 0;
}

#dialog {
    width: 415px;
    margin: 0 auto;
    background: url(/images/capture_dialog_top.gif) top left no-repeat;
    padding-top: 15px;
    position: relative;
}

#dialog_header {
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
}

#dialog_header a {
    position: absolute;
    left: 30px;
    top: 20%;
}
#dialog_header h1 {
    font-size: 2em; 
    padding: 6px 0 15px 170px;
    text-align: center;
}

#dialog_content {
    background: url(/images/capture_dialog_bot.gif) bottom left no-repeat;
    color: #fff;
    padding: 0 15px 20px;
}

#dialog_content a {
    color: #fff;
}

#powered {
    margin: 0;
    text-align: center;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

tr#gap td { padding-top: 15px; font-size: .1em; }
th { padding-right: 15px; text-align: right; font-size: 1.3em; }
td { padding-left: 15px; }

#separator {
    width: 1px;
    padding: 0;
    background-color: #fff;
}

#loginfailed {
    font-size: 1.1em;
    color: red;
    text-align: center;
}

.login_input {
  width: 200px;
}
