#secure {
    width: 620px;
}

#secure table {
    border-collapse: collapse;
}

#secure table tr th,
#secure table tr td {
    margin: 0px;
    border: 1px solid #696969;
    padding: 5px;
}

#secure table tr th{
    width: 300px;
}

#secure table tr td{
    width: 300px;
}

#secure h3 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

#secure .short_num {
    width: 60px;
}

#secure .header_buttons {
    text-align: right;
    margin: 10px 0;
}

#secure input[readonly]:not(#login_url) {
    opacity: 0.5;
}

#secure a.help_link {
    margin: auto 5px;
}

#login_url {
    opacity: 1;
    width:500px;
    border: none;
}
