div.backstretch {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

#top { 
    margin:0 auto 0 auto;
    width:95%;
    max-width:800px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align:right;
}

#top > div {
    display:inline;
}

#top > div:after {
    content:'|';
    padding-left:5px;
    padding-right:5px;
}

#top > div:last-child:after {
    padding:0;
    margin:0;
    content:'';
}

#top > div > a { 
    color:#fff;
    text-decoration:none;
}

.wrap {
    margin:0 auto 50px auto;
    background-color:#fff;
    border:0px solid #000;
    width:95%;
    max-width:800px;
    min-height:300px;
    height:auto;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    border-radius:10px;
    padding:0 10px 50px 10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    /*opacity:0.90*/;
}

#header {
    text-align:center;
}

#logo {
}

#menu {
    text-align:center;    
    clear:both;
}

#menu > div > a {
    font-size:13px;
    padding-bottom:3px;
    border-bottom:1px solid #444;
    text-decoration:none;
}

#menu > div {
    display:inline-block;
}

#menu > div:after {
    content:'';
    padding-right:20px;
}

#menu > div:last-child:after {
    padding:0;
    margin:0;
    content:'';
}

#sub-menu {
    padding-top:10px;
    height:30px;
}

#header .sub-menu {
    clear:both;
    border:0px solid #000;
    display:none;
    height:20px;
}

#header .sub-menu > div {
    display:inline-block;
}

#header .sub-menu > div:after {
    content:'';
    padding-right:10px;
}

#header .sub-menu > div:last-child:after {
    padding:0;
    margin:0;
    content:'';
}

#index {
    text-align:center;
    line-height:25px;
}

#index img {
    max-width:100%;
    height:auto;
}

.btn_bo_adm input, a.btn_admin, a.btn_b02, fieldset .btn_submit, .btn_submit, a.btn_cancel,
input[type=text], input[type=password], input[type=submit], input[type=image], button, a.btn_b01 {
    border:1px solid #ccc;
    border-radius:5px;
    background-color:#fff;
    color:#000;
}

.tbl_head01 thead th {
    background-color:#f2f9fc;
}


