* {
    margin: 0px;
    padding: 0px;
    color: #424242 !important;
    font-family: Verdana, Arial;
    font-size: 12px;
    outline: none;
}

body {
    /*padding: 50px 25px;*/
    /*padding-bottom: 25px;*/
    padding: 0px 25px 50px 25px;
}

h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 2px;
    border-bottom: 1px solid #424242;
}
h2 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #424242;
}
h3 {
    font-size: 14px;
}

#error {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
#error span {
    width: 100%;
    color: red !important;
    font-size: 14px;
    font-weight: bold;
}

.btn {
    cursor: pointer;
    border: 1px solid #2E2E2E;
    background-color: #FFF;
    /*width: 490px;*/
    /*padding: 10px 0px;*/
    font-weight: bold;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: background-color 300ms, color 300ms;
    -moz-transition: background-color 300ms, color 300ms;
    -o-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
}
.btn:hover {
    color: #FFF !important;
    background-color: #000;
}

#content_wrap {
    width: 100%;
    margin: 0px auto;
}
.content {
    width: 1000px;
    margin: 0px auto;
}
.content label {
    margin-bottom: 5px;
    display: inline-block;
}
.content p {
    line-height: 20px;
    margin-bottom: 10px;
}
.content ul {
    margin-left: 25px;
}

.divider {
    width: 100%;
    border: 0;
    height: 0;
    border-bottom: 1px solid #D8D8D8;
    
    margin: 50px 0px;
}

.inner_divider {
    width: 100%;
    display: inline-block;
    border: 0;
    height: 0;
    border-bottom: 1px solid #D8D8D8;
    
    margin: 25px 0px;
}

header,
#crypt_search,
#crypt_results,
#statistic {
    width: 1000px;
    margin: 0px auto;
}

header {
    width: 100%;
    position: relative;
    height: 250px;
    margin-bottom: 50px;
    /*background: url('../images/cryptography.jpg');*/
    background: url('../images/cryptography_blackwhite_new_2.jpg');
    background-repeat: no-repeat;
    /*background-position: 0px -114px;*/
    background-position: center -114px;
    /*background-size: 100%;*/
    /*background-size: 59%;*/
    background-size: 1000px;

    border-bottom: 1px solid #000;
    
}
header #logo {
    position: absolute;
    /*left: 10px;*/
    left: 0px;
    /*bottom: 10px;*/
    bottom: 0px;
    color: #FFF !important;
    background-color: #000;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    /*padding: 8px 30px;*/
    padding: 8px 16px 8px 12px;
}
/*header #logo_invis {
    position: absolute;
    top: 96px;
    left: 426px;
    width: 132px;
    height: 131px;
    background-color: transparent;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/
header #header_msg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 30px;
}
header #navi_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}
header #navi_wrap #navi li {
    list-style-type: none;
}
header #navi_wrap #navi li a {
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 0px;
    display: block;
}

#crypt_search {
    overflow: hidden;
}
#crypt_search label {
    float: left;
    font-weight: bold;
}
#crypt_search #crypt_input {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px 10px;
    /*font-size: 14px;*/
    text-align: center;
    border: 1px solid #424242;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#crypt_search .crypt_btn {
    /*cursor: pointer;*/
    /*border: 1px solid #2E2E2E;*/
    /*background-color: #FFF;*/
    width: 490px;
    padding: 10px 0px;
    /*font-weight: bold;*/
    
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/

    /*-webkit-transition: background-color 300ms, color 300ms;*/
    /*-moz-transition: background-color 300ms, color 300ms;*/
    /*-o-transition: background-color 300ms, color 300ms;*/
    /*transition: background-color 300ms, color 300ms;*/
}
/*#crypt_search .crypt_btn:hover {*/
    /*color: #FFF !important;*/
    /*background-color: #000;*/
/*}*/
#crypt_search #do_encrypt {
    float: left;
}
#crypt_search #do_decrypt {
    float: right;
}
/*#crypt_search #error {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}*/
/*#crypt_search #error span {
    width: 100%;
    color: red !important;
    font-size: 14px;
    font-weight: bold;
}*/

#crypt_results {
    overflow: hidden;
}
#crypt_results label {
    float: left;
    font-weight: bold;
}
#crypt_results .hash_value {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px 10px;
    border: 1px solid #424242;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#statistic {
    display: block;
    overflow: hidden;
}

.tbl_statistic {
    float: left;
    width: 231px;
    border-spacing: 0px;
    margin-right: 25px;
}
.tbl_statistic:last-of-type {
    margin-right: 0px;
}
.tbl_statistic th {
    text-align: left;
    padding: 4px 0px;
    font-weight: bold;
    border-bottom: 1px solid #424242;
}
.tbl_statistic td {
    padding: 4px 6px;
}
.tbl_statistic td.key {
    padding-right: 0px;
}
.tbl_statistic td.value {
    text-align: right;
    padding-left: 0px;
}
.tbl_statistic tr:nth-of-type(2) td {
    padding-top: 8px;
}

#register_wrapper {
    /*width: 1000px;*/
    /*margin: 0px auto;*/
}

#api_wrapper {
    /*width: 1000px;*/
    /*margin: 0px auto;*/
}

#top10_wrapper {
    /*width: 1000px;*/
    /*margin: 0px auto;*/
}
#top10_wrapper .entry_top10_tbl {
    border-spacing: 0px;
    width: 50%;
    margin-bottom: 25px;
}
#top10_wrapper .entry_top10_tbl tr:hover td {
    background-color: #D8D8D8;
}
#top10_wrapper .entry_top10_tbl th {
    padding: 4px 0px;
    border-bottom: 1px solid #424242;
}
#top10_wrapper .entry_top10_tbl th.tbl_head {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #424242;
}
#top10_wrapper .entry_top10_tbl th.tbl_head span {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
#top10_wrapper .entry_top10_tbl th.head_raw {
    text-align: left;
    padding-left: 12px;
}
#top10_wrapper .entry_top10_tbl td {
    padding: 4px 12px;
}
#top10_wrapper .entry_top10_tbl td.raw {
    min-width: 150px;
}
#top10_wrapper .entry_top10_tbl td.count {
    width: 65px;
    text-align: center;
}
#top10_wrapper .entry_top10_tbl tr:nth-child(3) td {
    padding-top: 8px;
}

#top10_wrapper .hash_top10_tbl {
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 25px;
}
#top10_wrapper .hash_top10_tbl tr:hover td {
    background-color: #D8D8D8;
}
#top10_wrapper .hash_top10_tbl th {
    padding: 4px 0px;
    border-bottom: 1px solid #424242;
}
#top10_wrapper .hash_top10_tbl th.tbl_head {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #424242;
}
#top10_wrapper .hash_top10_tbl th.tbl_head span {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
#top10_wrapper .hash_top10_tbl th.head_hash {
    text-align: left;
    padding-left: 12px;
}
#top10_wrapper .hash_top10_tbl th.head_raw {
    text-align: left;
    padding-left: 12px;
}
#top10_wrapper .hash_top10_tbl td {
    padding: 4px 12px;
}
#top10_wrapper .hash_top10_tbl td.hash {
    width: 500px;
}
#top10_wrapper .hash_top10_tbl td.count {
    width: 65px;
    text-align: center;
}
#top10_wrapper .hash_top10_tbl tr:nth-child(3) td {
    padding-top: 8px;
}

#api_wrapper .api_info_code {
    padding: 10px;
    margin: 5px 0px;
    /*font-family: "Courier New", Courier, monospace;*/
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    background-color: #F2F2F2;
    border: 1px solid #424242;
    line-height: 16px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#api_wrapper #api_test_btns li {
    margin-bottom: 2px;
}
#api_wrapper #api_test_btns li:last-of-type {
    margin-bottom: 0px;
}
#api_wrapper #api_test_btns input[type="submit"],
#api_wrapper #api_test_btns input[type="button"] {
    cursor: pointer;
    padding: 2px 6px;
}

#register_wrapper label {
    clear: left;
    float: left;
}
#register_wrapper input {

}
#register_wrapper .rgstr_input_txt {
    clear: left;
    float: left;
    margin-bottom: 25px;
    
    /*float: left;*/
    width: 50%;
    /*text-align: center;*/
    /*margin-bottom: 25px;*/
    padding: 10px 10px;
    border: 1px solid #424242;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#register_wrapper input[type="checkbox"] {
    clear: left;
    float: left;
    font-size: x-large;
    cursor: pointer;
    margin-bottom: 10px;
}
#register_wrapper .captcha_form_label {
    font-weight: bold;
}
#register_wrapper .checkbox_label {
    clear: none;
    margin-left: 10px;
    cursor: pointer;
}
#register_wrapper #rgstr_captcha {
    position: relative;
    clear: left;
    float: left;
    display: inline-block;
    margin-top: 15px;
}
#register_wrapper #rgstr_captcha #captcha_output {
    display: inline-block;
    float: left;
    position: relative;
}
#register_wrapper #rgstr_captcha #captcha_output #captcha {
    float: left;
    border: 1px solid #424242;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#register_wrapper #rgstr_captcha #captcha_output #captcha_reload {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: #FFF;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#register_wrapper #rgstr_captcha #captcha_input {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
#register_wrapper #rgstr_captcha #captcha_input #captcha_label {
    float: left;
}
#register_wrapper #rgstr_captcha #captcha_input #captcha_code {
    clear: left;
    float: left;
    width: 125px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #424242;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#register_wrapper #rgstr_submit {
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: grey !important;

    /*cursor: pointer;*/
    /*border: 1px solid #2E2E2E;*/
    /*background-color: #FFF;*/
    width: 150px;
    padding: 10px 0px;
    /*font-weight: bold;*/
    
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/

    /*-webkit-transition: background-color 300ms, color 300ms;*/
    /*-moz-transition: background-color 300ms, color 300ms;*/
    /*-o-transition: background-color 300ms, color 300ms;*/
    /*transition: background-color 300ms, color 300ms;*/
}
#register_wrapper #rgstr_submit:hover {
    /*color: #FFF !important;*/
    /*background-color: #000;*/
}