body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
body {
    margin: 5px;
    text-align: center;
    background:#000000;
    font-family: verdana,sans-serif; 
    color: #555555;
    font-size: 9px;
    font-weight: bold;    
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #555555;
    background-color: inherit; 
}
a:hover {
    text-decoration: underline;
    color: #777777;
    background-color: inherit;
}
input, textarea, select, option, optgroup {
    background-color: #111111;
    color: #555555;
    border: 1px solid #444444;
    font-family: verdana,sans-serif; 
    font-size: 9px;
    font-weight: bold;     
}
img {
    border: 0px;
}
div#content {
    text-align: center;
    width: 520px;
    margin: 0px auto;
    border-top: 10px solid #212121;
    border-right: 10px solid #212121;
    border-bottom: 10px solid #212121;
    border-left: 10px solid #212121;
}
#account_form {
    padding: 5px;
    text-align: left;
}
#account_form #head {
    width: 320px;
    margin: 0px auto;
    text-align: center;
}
div#content h3 {
    font-size: 14px;
    padding: 0px 10px 10px 10px;
    background-color: #212121;
    color: inherit;
}
#account_form label {
    margin: 0px 0px 5px 0px;
    display: block;
    text-align: left;
}
#account_form input {
    margin: 0px 0px 0px 20px;
    display: block;
    text-align: left;
    width: 100px;      
}
#account_form input.submit {
    font-size: 10px;
    margin-left: 100px;
    margin-bottom: 15px;
    width: 55px;
    text-align: center;  
}
#account_form div.result {
    margin: 2px 0px 10px 30px; 
    color: #415898;
    background: inherit;
    text-align: left;  
}
#account_form h4 {
    background-color: inherit;
    color: #009600;
    font-size: 14px;
    margin: 20px 0px 20px 10px;
    text-align: left;
}
#account_form hr {
    width: 80%;
    margin: 20px 0px 20px 0px;
}
#account_form div.info {
    text-align: left;
    margin-bottom: 10px;
    font-style: italic;
}
div.hr {
    background: #222222 url('images/hr.png') no-repeat scroll center;
    color: inherit;     
    width: 100%;
    height: 2px;
    text-align: center;
    margin: 0px auto;
}
div.hr hr {
    display: none;
}
table#step {
    width: 260px;
    height: 40px;     
    margin: 0 auto;
    text-align: center;
}
table#step div.this {
    float: left;
    width: 65px;
    height: 20px; 
    background-color: inherit;
    color: #009600;
    margin-top: 10px;
}
table#step div.other {
    float: left;
    height: 20px;
    width: 65px;
    margin-top: 10px;    
}
div.line_other {
    background: #222222 url('images/hr.png') no-repeat scroll center;
    color: inherit; 
    width: 65px;
    height: 2px;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}
div.line_other hr {
    display: none;
}
div.line_this {
    background: #009600 url('images/step.png') no-repeat scroll center;
    color: inherit; 
    width: 65px;
    height: 2px;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}
div.line_this hr {
    display: none;
}
div#step_content {
    text-align: left;
    padding: 10px;   
}
strong {
    color: #415898;
    background: inherit;
}
div#error {
    color: #415898;
    background: inherit;
    margin: 20px;
}
#step_send {
    margin: 10px;
    text-align: left;
}
#step_send input {
    height: 20px;
    width: 90px;
    padding-bottom: 2px;
}
div#step_content table {
    font-family: verdana,sans-serif; 
    border-collapse: collapse;
    font-size: 9px;
    font-weight: bold;
    line-height: 115%;
}
div#step_content td {
    font-family: verdana,sans-serif; 
    table-layout: fixed;
    color: #555555;
    background-color: inherit; 
    border-color: #222222;
    font-size: 9px;
    line-height: 115%;
    font-weight: bold;
    height: 25px;
    text-align: left;
}
div#step_content table .info {
    padding-top: 5px;
    padding-bottom: 10px;
    font-style: italic;
}
div#step_content table .select {
    margin-left: 10px;
    margin-right: 5px;
}
div#step_content td .result {
    color: #415898;
    background: #000000;
    border: 0px;
}