/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

#ihead{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 382px;
    height: 206px;
    padding: 0px;
    display: block;
    background-color: transparent;
    padding:1px;
}

#entry				{ 
    background-color: transparent; 
}

#isearch{
    display: block;
    position: absolute;
    width: 370px;
    /*height: 24px;*/
    top: 212px;
    /*bottom:0px;*/
    left: 2px;
    padding:5px;
    color: steelblue;
    background-color: transparent;
    border:1px solid steelblue;
    margin-bottom: 2px;
}

#index{
    display: block;
    position: absolute;
    width: 368px;
    /*top: 480px;*/
    bottom:36px;
    /*bottom:32px;*/
    left: 2px;
    padding: 5px;
    background-color: transparent; 
    border: 2px solid steelblue; 
}

#ehead{
    display: block;
    position: absolute;
    height: 24px;
    top: 2px;
    left: 386px;
    right:0px;
    padding: 8px;
    background-color: lightsteelblue; 
    color: steelblue;
}

#container{
    display: block;
    position: absolute;
    top: 44px;
    bottom:36px;
    /*bottom:32px;*/
    right:2px;
    left: 386px;
    padding: 0px;
    overflow: hidden;
    /*border: 1px ridge steelblue;*/
}

#footer {
    position: absolute;
    bottom: 2px;
    left:2px;
    right:2px;
    padding:2px;
    height: 26px;
    background-color: steelblue;
    border: 1px ridge steelblue;
}

#footerContainer {
    color: white;
    font-family: 'Times New Roman',Times,serif;
    font-size: 90%;
    text-align: right;
    height:26px;
    line-height: 26px;
    padding-right:10px;
    vertical-align: middle;
}

#footerContainer img{
    margin-left: 10px;
}

/* Custom page CSS
-------------------------------------------------- */

code {
    font-size: 80%;
}

/*p{margin:0}*/
label {width:150px; display:inline-block; text-align:left; }
input[type="text"]{ border: 2px ridge blue; padding:3px; 
                    border-radius:5px; width:400px; }

.sample{width:400px;margin:0 auto; border:1px solid #aaa;padding:20px;margin-top:20px;}
